From c6ff2c131502a2b6f9d147a73fca0ea2239016a2 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Fri, 11 Oct 2024 00:52:08 +0000 Subject: [PATCH] Update sbt-sonatype to 3.12.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1648af9..028c6ba 100755 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always 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.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.4") addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.6") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")