From 7e2b1677adbfc17dacfbcd75c8f7daff351e0a23 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 12 Aug 2024 11:53:27 +0000 Subject: [PATCH] Update sbt-sonatype to 3.11.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f975a55..92a3dbf 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ // bundle up Scala applications into packaging formats such as Docker, // GraalVM native-image, executable JARs etc -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.18") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")