From 7bab27f336902e38b3a927980ac3f0d560dca2de Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 3 Jul 2020 20:29:55 +0200 Subject: [PATCH] Update sbt-sonatype to 3.9.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5518d016..1ba1eab3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -9,4 +9,4 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.7.3") addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.3") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.3") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.4")