From 975ed49d279b69218ec1e7f7e46e837b8d0775f9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 11 Mar 2021 06:43:40 +0100 Subject: [PATCH] Update sbt-sonatype to 3.9.6 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5791478f5..416880ece 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.6") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")