From 9524ed1c51a72adfea31a2f112f6139e54134a0a Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Fri, 26 Jul 2024 20:13:22 +0000 Subject: [PATCH] Update sbt-sonatype to 3.11.1 --- project/plugin.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugin.sbt b/project/plugin.sbt index b53d5c1..83c5b68 100755 --- a/project/plugin.sbt +++ b/project/plugin.sbt @@ -5,7 +5,7 @@ ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" // ThisBuild / resolvers ++= Resolver.sonatypeOssRepos("snapshots") val AIRFRAME_VERSION = sys.env.getOrElse("AIRFRAME_VERSION", "24.7.1") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.0") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.1") 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")