From 45b9cd0bf1a397e2723dd6deebcacbd826f023eb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 9 Nov 2024 16:08:02 +0000 Subject: [PATCH] Update sbt-sonatype to 3.12.2 in scala2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 60f5ae58..cd300cdb 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ resolvers += "jgit-repo" at "https://download.eclipse.org/jgit/maven" addSbtPlugin("io.crashbox" % "sbt-gpg" % "0.2.1") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")