Skip to content

Commit b0f28e5

Browse files
committed
[PLUTO-1438] Update codacy-sbt/sbt/orb #56
1 parent dbfd476 commit b0f28e5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
codacy: codacy/base@10.11.0
4+
codacy: codacy/base@12.2.0
55
slack: circleci/[email protected]
66

77
references:
@@ -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)