From 6467f0eb6e2aabe79b293a586befec930af9cab8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 3 Nov 2020 00:14:03 +0100 Subject: [PATCH] Update sbt-sonatype to 3.9.5 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9f555389..61b30ae4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("org.scoverage" %% "sbt-coveralls" % "1.2.7") 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.5") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")