From e035b8e9856dd97a7c5c8911f930c926b0fcecb3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 27 Mar 2020 22:29:05 +0100 Subject: [PATCH] Update sbt-sonatype to 3.9.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 16ebd361..9f084208 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,4 +8,4 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.7.0") addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.1.5") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.2") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.1") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.2")