From 1932de18c2e3c44d94e7c93725c77fde65f31f8b Mon Sep 17 00:00:00 2001 From: tna-digital-archiving-jenkins Date: Wed, 21 Aug 2024 13:51:58 +0000 Subject: [PATCH] Update sbt-sonatype to 3.11.3 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 52667ec..8fbccde 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") resolvers += Resolver.jcenterRepo -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.2") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")