From e76b8af736c768636b686db0e2dc4a4c8aa6d7e5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 16 Sep 2019 09:36:34 +0200 Subject: [PATCH] Update sbt-pgp to 2.0.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 57f3d129..4a65253b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11") -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2") +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0") addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2")