From 51efafcf18f66242b31e8290a173a65085000bf9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 1 Dec 2020 08:53:30 +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 5791478f5..5b96458d5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,7 +12,7 @@ addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13") 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("org.wartremover" % "sbt-wartremover" % "2.4.10")