From 622b64921349dc8c291065d03387e56cb32af331 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 17 Dec 2019 20:59:31 +0100 Subject: [PATCH] Update sbt-pgp to 2.0.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index cd25f73e..e2e4cc2c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3") -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0") +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0") addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.4.8")