From 9aac7b6dd07c3f05c1a5656b6d72e42dfd5cd1d2 Mon Sep 17 00:00:00 2001 From: Yasmin Zhamborova Date: Thu, 12 Jun 2025 13:36:15 +0200 Subject: [PATCH 1/3] [PLUTO-1438] Update sontype release --- .circleci/config.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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: From 851c1967a4072b076107973c35abe23dfa9bd987 Mon Sep 17 00:00:00 2001 From: Yasmin Zhamborova Date: Thu, 12 Jun 2025 13:42:38 +0200 Subject: [PATCH 2/3] [PLUTO-1438] Update plugin --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") From a40c98b5b646df32e675a54e3c569be6395f5e81 Mon Sep 17 00:00:00 2001 From: Yasmin Zhamborova Date: Mon, 16 Jun 2025 12:16:08 +0200 Subject: [PATCH 3/3] [PLUTO-1438] Update sbt v --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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