From a426f56f6055eab585b189ac05de694ec44cf42f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 29 Jul 2024 14:43:43 +0000 Subject: [PATCH] Update sbt-sonatype to 3.11.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 991c2c9..42b6e12 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.1") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")