From 2036cf7efd7891f3fad3ba175d9e57490312d55b Mon Sep 17 00:00:00 2001 From: "Yang, Bo" Date: Sat, 29 Mar 2025 21:17:47 +0000 Subject: [PATCH] Update sbt-sonatype to 3.12.2 in main --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index af6e71e..24f3d54 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin( "com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "8.3.0" ) -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.17") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")