From aab46ebdbb18906b6aca25ba6c50d5575cc2d3c9 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Sat, 10 Aug 2024 00:44:53 +0000 Subject: [PATCH] Update sbt-sonatype to 3.11.2 --- project/plugin.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugin.sbt b/project/plugin.sbt index 62d01e365..e8cbc344a 100755 --- a/project/plugin.sbt +++ b/project/plugin.sbt @@ -2,7 +2,7 @@ // sbt-scoverage upgraded to scala-xml 2.1.0, but other sbt-plugins and Scala compilier 2.12 uses scala-xml 1.x.x ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % "always" -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.1") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.2") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")