From 6ae09d0fe6a409e9233cefa58a188a786ee26d37 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Fri, 27 Sep 2024 03:59:00 +0000 Subject: [PATCH] Update sbt-sonatype to 3.11.3 --- project/plugin.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugin.sbt b/project/plugin.sbt index 3800e50..d190403 100644 --- a/project/plugin.sbt +++ b/project/plugin.sbt @@ -11,7 +11,7 @@ scalacOptions ++= ( addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")