From 894ff21aca984c10f766bf8371f90b31f402691f Mon Sep 17 00:00:00 2001 From: Scala steward Date: Thu, 11 Oct 2018 07:49:30 +0200 Subject: [PATCH] Update sbt-pgp to 1.1.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ffe113b..cb21faa 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1") -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.1") +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")