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.
2 parents dbfd476 + 5fe33f7 commit d21bdefCopy full SHA for d21bdef
.circleci/config.yml
@@ -234,7 +234,7 @@ workflows:
234
sbt "retrieveGPGKeys;
235
codacyAnalysisCore/publishSigned;
236
+codacyAnalysisModels/publishSigned;
237
- sonatypeBundleRelease"
+ sonatypeCentralRelease"
238
cache_prefix: *cache_prefix
239
requires:
240
- publish_docker_locally
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.8.2
+sbt.version=1.9.9
project/plugins.sbt
@@ -1,4 +1,4 @@
-addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "25.0.1")
+addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "25.2.4")
2
3
// Coverage
4
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6")
0 commit comments