From 773fd6ab3afe06435aaedbb64f0b5a9df1cd7a96 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 15 Feb 2021 13:03:06 +0100 Subject: [PATCH] Update sbt-pgp to 2.1.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e83c9ab..5e5d209 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.5") -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.1") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13") libraryDependencies ++= Seq(