From 9aea4489811ae451d2bdee191aa2b0b1643c0a2f Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Fri, 11 Oct 2024 02:17:59 +0000 Subject: [PATCH] Update sbt-sonatype to 3.12.1 --- project/plugin.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugin.sbt b/project/plugin.sbt index 46622a1..3d26401 100644 --- a/project/plugin.sbt +++ b/project/plugin.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.0") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.1") scalacOptions ++= ( "-deprecation" ::