From 485a78bb6ead3c668161c23772fc678e4b30a5c9 Mon Sep 17 00:00:00 2001 From: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 09:14:56 +0000 Subject: [PATCH] Update sbt-sonatype to 3.11.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0ed019b..0129da8 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.10.0") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.0") // publishSigned addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")