From c6bc4f28519eed19637a8a34f3c578679210408a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 29 Jul 2024 16:09:00 +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 f62ab0d..c0442fa 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.0") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.1")