From 3c42572228f4dac7b13d4eac26c1fd807855bcaf Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 28 Jun 2024 22:55:35 +0200 Subject: [PATCH] Update sbt-sonatype to 3.11.0 (#300) --- project/sonatype.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/sonatype.sbt b/project/sonatype.sbt index fc12d3b..e5c84f3 100644 --- a/project/sonatype.sbt +++ b/project/sonatype.sbt @@ -1 +1 @@ -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.0")