From 538ea8f95cae07de593827f56c43f84654021de8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Mar 2021 20:31:23 +0100 Subject: [PATCH] Update sbt-sonatype to 3.9.7 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 87f62603..6601331a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,4 +10,4 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.6") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.7")