From 0b01769c7db8f7778b119a5dab07be296a54bca2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 10 Oct 2024 13:52:24 +0000 Subject: [PATCH] Update sbt-sonatype to 3.12.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3221bba62..b1e97b365 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,6 +7,6 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0") resolvers += Resolver.sonatypeRepo("public") // For CI release -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.7") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.1")