From d64ca8e3c27910f5127a4f6f7266d1525d37b44e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 27 Jul 2020 17:50:10 +0200 Subject: [PATCH] Update sbt-pgp to 1.1.2-1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3b48755..11364f5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,4 +8,4 @@ resolvers ++= Seq( addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0") -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2") +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2-1")