From f710edf064df90429e1a1f4d0d2a294c5ef2cca6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Mar 2021 20:48:45 +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 5791478f5..5ac2ea4ff 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,7 +10,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.4") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.7") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")