From 181987f38af65bee8ec9482185a3650073f3b734 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 29 Jul 2024 10:52:14 +0000 Subject: [PATCH] Upgrade sbt-sonatype from 3.10.0 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 6d202ef..4370711 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -18,7 +18,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") // https://github.com/xerial/sbt-sonatype/releases -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.1") // https://github.com/sbt/sbt-pgp/releases addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")