We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f81dfda commit 11a8befCopy full SHA for 11a8bef
2 files changed
.circleci/config.yml
@@ -1,7 +1,7 @@
1
version: 2.1
2
3
orbs:
4
- codacy: codacy/base@12.1.4
+ codacy: codacy/base@12.2.0
5
6
workflows:
7
version: 2
@@ -32,7 +32,7 @@ workflows:
32
- codacy/sbt:
33
name: publish
34
cmd: |
35
- sbt "clean;retrieveGPGKeys;+publishSigned;sonatypeBundleRelease"
+ sbt "clean;retrieveGPGKeys;+publishSigned;sonatypeCentralRelease"
36
context: CodacyAWS
37
requires:
38
- test
project/plugins.sbt
@@ -1,3 +1,3 @@
-addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "25.2.3")
+addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "25.2.4")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.6")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
0 commit comments