From 73d631a3f3695ccce73fc15d234b5c70455bd88a Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sat, 12 Oct 2024 02:31:30 +0000 Subject: [PATCH] Update sbt-sonatype to 3.12.2 --- project/plugin.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugin.sbt b/project/plugin.sbt index dff47b9..aab557d 100644 --- a/project/plugin.sbt +++ b/project/plugin.sbt @@ -11,7 +11,7 @@ scalacOptions ++= ( addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.0") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")