Skip to content

Commit d21bdef

Browse files
authored
Merge pull request #530 from codacy/PLUTO-1438_update_sbt
[PLUTO-1438] Update codacy-sbt/sbt/orb
2 parents dbfd476 + 5fe33f7 commit d21bdef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ workflows:
234234
sbt "retrieveGPGKeys;
235235
codacyAnalysisCore/publishSigned;
236236
+codacyAnalysisModels/publishSigned;
237-
sonatypeBundleRelease"
237+
sonatypeCentralRelease"
238238
cache_prefix: *cache_prefix
239239
requires:
240240
- publish_docker_locally

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.8.2
1+
sbt.version=1.9.9

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "25.0.1")
1+
addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "25.2.4")
22

33
// Coverage
44
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6")

0 commit comments

Comments
 (0)