diff --git a/.circleci/config.yml b/.circleci/config.yml index c80d2b3..14a9628 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: diff --git a/project/build.properties b/project/build.properties index 46e43a9..04267b1 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.2 +sbt.version=1.9.9 diff --git a/project/plugins.sbt b/project/plugins.sbt index 43328f5..1e664fc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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")