From 4053a96c2cb9f3b5c0629f0ac501c881864bc796 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Tue, 16 May 2023 20:08:53 +0000 Subject: [PATCH] Update sbt-sonatype to 3.9.21 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bf96e868..8d7deded 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.9.20") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.4") addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.0-RC2") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")