From 228779d31f67fe9718d933345d039b5549360324 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 2 Oct 2024 15:41:29 +0000 Subject: [PATCH] Update sbt-sonatype to 3.11.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2696423d..f54d03d4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ resolvers += Resolver.sonatypeRepo("releases") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.2") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3") addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")