From 12966926bedf1858e8439c06b2c6a2b560b1330f Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 18 Aug 2024 08:31:30 +0200 Subject: [PATCH] Update sbt-sonatype to 3.11.2 (#234) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index d9b0333..2ff8daa 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.1") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.2") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")