From 672b4aa4204731c4d9d724da70d63ce0396d4a01 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 15 Sep 2019 23:56:41 +0200 Subject: [PATCH] Update sbt-pgp to 2.0.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index d409f1a2..10e88d3f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.8") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.7") -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2") +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.2.0")