From 3958e8f792bb97a627c2360299701968fc6e98e4 Mon Sep 17 00:00:00 2001 From: Scala steward Date: Fri, 25 Jan 2019 20:51:15 +0100 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 1b289c8..af81cd8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.1") +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1") addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0")