From a4e92e6c04e20e6d05f901c4ac49c902494f8f0f Mon Sep 17 00:00:00 2001 From: tna-digital-archiving-jenkins Date: Sun, 28 Jul 2024 08:26:42 +0000 Subject: [PATCH] Update sbt-sonatype to 3.11.1 in scala-steward-dependencies --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index be4a49c1..dc328cf2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("rocks.muki" % "sbt-graphql" % "0.16.0") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") resolvers += Resolver.jcenterRepo -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.0") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.1") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")