Skip to content

Commit 11a8bef

Browse files
authored
[CY-7528] Update sonatype release/ bump codacy sbt (#96)
1 parent f81dfda commit 11a8bef

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@12.1.4
4+
codacy: codacy/base@12.2.0
55

66
workflows:
77
version: 2
@@ -32,7 +32,7 @@ workflows:
3232
- codacy/sbt:
3333
name: publish
3434
cmd: |
35-
sbt "clean;retrieveGPGKeys;+publishSigned;sonatypeBundleRelease"
35+
sbt "clean;retrieveGPGKeys;+publishSigned;sonatypeCentralRelease"
3636
context: CodacyAWS
3737
requires:
3838
- test

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "25.2.3")
1+
addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "25.2.4")
22
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.6")
33
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")

0 commit comments

Comments
 (0)