From 692bf02fa9f4b126cde0c08eb0a6b3199028e2a9 Mon Sep 17 00:00:00 2001 From: "scala-steward-yyu[bot]" <127873021+scala-steward-yyu[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 18:03:47 +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 8b7d674..308061b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.1") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.2") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")