From 0653a93203cfb0dfedbe2329d9fdf82cce30f2e1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 11 Mar 2021 06:57:26 +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 24e8d438..831ca66c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.5") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.6") //addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0-M2") addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0")