From 8da95c929fc6d2f53a21e7dcf8df598df3d29986 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 1 Dec 2020 08:57:25 +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 c241914..682e6b5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1-M3") +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.2")