From b87b4ea274368bd1e89f786901e7e6e2cca48aa5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 25 May 2022 02:01:32 +0200 Subject: [PATCH] Update sbt-sonatype to 3.9.13 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 923a24e..139b6ca 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.7") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.13") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")