From 47f520e1fa45db7f08f0ca9427c5550339f4fc96 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 29 Jul 2024 13:42:59 +0000 Subject: [PATCH] Update sbt-sonatype to 3.11.1 in scala2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8a469e7db..ca7999f9b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ resolvers += "jgit-repo" at "https://download.eclipse.org/jgit/maven" addSbtPlugin("io.crashbox" % "sbt-gpg" % "0.2.1") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.1") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")