From ca0b227789b5811568d4a7590c5b695a6227e9ed Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Mon, 19 Aug 2024 13:18:55 -0700 Subject: [PATCH] Update sbt-sonatype to 3.11.3 (#520) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 740b73f..c639ddf 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.2.1") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.2") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3") 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")