We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851d696 commit 43b3d87Copy full SHA for 43b3d87
.circleci/config.yml
@@ -1,7 +1,7 @@
1
version: 2.1
2
3
orbs:
4
- codacy: codacy/base@11.2.0
+ codacy: codacy/base@12.2.0
5
6
references:
7
cache_prefix: &cache_prefix sbt-cache-20240918
build.sbt
name := """bitbucket-scala-client"""
-val scala212 = "2.12.10"
-val scala213 = "2.13.12"
+val scala212 = "2.12.20"
+val scala213 = "2.13.11"
val scalaVersions = Seq(scala212, scala213)
val play27 = "2.7.4"
0 commit comments