From dd6c1c42068c89dc4062b2238b525642a447f021 Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Mon, 14 Aug 2017 15:27:00 +0200 Subject: [PATCH] move to sbt-pgp 1.1.0-M1 --- project/pgp.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/pgp.sbt b/project/pgp.sbt index 4ce4d9ed4..cefa8ec57 100644 --- a/project/pgp.sbt +++ b/project/pgp.sbt @@ -1 +1 @@ -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0") +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0-M1")