From 9026d6103d84d50f4549634dccdfa9277b573403 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 1 Dec 2020 06:55:34 +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 45f2054..610d3e9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,4 +2,4 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.33") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.4") 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")