From 803c4a8f607113c7b28b5324ab250bf21a742201 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 24 May 2023 17:03:46 +0000 Subject: [PATCH] Update sbt-sonatype to 3.9.21 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 276d3ae..e621bca 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,7 +8,7 @@ resolvers += Classpaths.sbtPluginReleases addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.1") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.12") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")