From 3413cb4f66a57b7e9fb736d634bf962795d8107d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 3 May 2023 14:04:18 +0000 Subject: [PATCH] Update sbt-sonatype to 3.9.19 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 276d3ae..3c16d38 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.19") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")