Skip to content

Commit 851d696

Browse files
authored
Merge pull request #137 from codacy/PLUTO-1438_update_sonatype
[PLUTO-1438] Update sontype release
2 parents f66caf1 + a40c98b commit 851d696

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

.circleci/config.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,8 @@ workflows:
5959
name: Add sonatype setting
6060
command: echo 'publicMvnPublish' > publishing.sbt
6161
- run:
62-
name: Retrieve GPG Keys
63-
command: sbt retrieveGPGKeys
64-
- run:
65-
name: Create publish bundle
66-
command: sbt crossPublishSigned
67-
- run:
68-
name: Release bundle to Sonatype
69-
command: sbt sonatypeBundleRelease
62+
name: Publish to Sonatype
63+
command: sbt "retrieveGPGKeys; crossPublishSigned; sonatypeCentralRelease"
7064
requires:
7165
- tag_version
7266
- codacy/sbt:

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,6 +1,6 @@
11
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.2.0")
22

3-
addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "25.0.0")
3+
addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "25.2.4")
44

55
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
66

0 commit comments

Comments
 (0)