From 6968657a442b61336b4f36ea47db57c20c209195 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 1 Dec 2020 06:43:02 +0100 Subject: [PATCH] Update sbt-pgp to 2.0.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 724b064..fa2fa34 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10") addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13") -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1") +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.2") addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0") addSbtPlugin("no.arktekk.sbt" % "aether-deploy" % "0.24.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.1" )