From f9bd8d00f0708ffa3fbb68bf0b6d05140aa87d16 Mon Sep 17 00:00:00 2001 From: Yasmin Zhamborova Date: Wed, 11 Jun 2025 17:30:01 +0200 Subject: [PATCH 1/3] [PLUTO-1438] update sonatype --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8bc01c9a..cc344575 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -234,7 +234,7 @@ workflows: sbt "retrieveGPGKeys; codacyAnalysisCore/publishSigned; +codacyAnalysisModels/publishSigned; - sonatypeBundleRelease" + sonatypeCentralRelease" cache_prefix: *cache_prefix requires: - publish_docker_locally From f08a9e66e919ad92f4817f9faf355c03a4dd00a7 Mon Sep 17 00:00:00 2001 From: Yasmin Zhamborova Date: Thu, 12 Jun 2025 13:42:00 +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 29374143..80dba31b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "25.0.1") +addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "25.2.4") // Coverage addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6") From 5fe33f789ea078169bf40363f9aca23e53202fd4 Mon Sep 17 00:00:00 2001 From: Yasmin Zhamborova Date: Mon, 16 Jun 2025 12:19:23 +0200 Subject: [PATCH 3/3] [PLUTO-1438] update sbt --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 46e43a97..04267b14 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.2 +sbt.version=1.9.9