From d041ae19be3bc11c2d576427f3e5acba5be8214a Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Tue, 16 May 2023 20:08:32 +0000 Subject: [PATCH] Update sbt-sonatype to 3.9.21 --- project/plugin.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugin.sbt b/project/plugin.sbt index 27cfd923..0b078693 100644 --- a/project/plugin.sbt +++ b/project/plugin.sbt @@ -7,7 +7,7 @@ addDependencyTreePlugin ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-parser-combinators" % "always" val AIRFRAME_VERSION = "22.11.1" -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.15") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")