From 08f7da6f19672fcc3d8e1b10b6920e78964819c2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 28 Dec 2020 06:07:23 +0100 Subject: [PATCH] Update sbt-pgp to 2.1.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 901e0f1..afc3fc7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,4 +6,4 @@ addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.5") -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.2") \ No newline at end of file +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.1") \ No newline at end of file