Skip to content

[PLUTO-1438] Update sontype release #137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,8 @@ workflows:
name: Add sonatype setting
command: echo 'publicMvnPublish' > publishing.sbt
- run:
name: Retrieve GPG Keys
command: sbt retrieveGPGKeys
- run:
name: Create publish bundle
command: sbt crossPublishSigned
- run:
name: Release bundle to Sonatype
command: sbt sonatypeBundleRelease
name: Publish to Sonatype
command: sbt "retrieveGPGKeys; crossPublishSigned; sonatypeCentralRelease"
requires:
- tag_version
- codacy/sbt:
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.8.2
sbt.version=1.9.9
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.2.0")

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

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

Expand Down