From 2b43fc05c7c3bc9b6a1962f41e6804fd31a048ce Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 1 Dec 2020 09:20:28 +0100 Subject: [PATCH] Update sbt-pgp to 2.0.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f814965..6d504c7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,6 +2,6 @@ logLevel := Level.Debug addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.4") -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1") +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.2") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")