From a55a6379d39fb3bbecb383d1f17587f91458d43e Mon Sep 17 00:00:00 2001 From: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 09:07:19 +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 4f70712..6bfafef 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -19,7 +19,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.sksamuel.scapegoat" % "sbt-scapegoat" % "1.2.4") // Publish to sonatype -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.0") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.1") // publishSigned addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")