From 6cb47ef501c522578e8210e410b21a45b4bba26d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 27 Mar 2020 10:48:46 +0100 Subject: [PATCH] Update sbt-sonatype to 3.9.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6f53ccd48..5e4c714d6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ val scalaJSVersion = addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion) addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.2") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8.1") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.1") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")