From e551446bf0bf3fad9741860075ec06cbbbfe4beb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 6 Nov 2022 23:15:53 +0000 Subject: [PATCH] Update sbt-pgp to 2.2.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c07722f..2e2d449 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,5 +6,5 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")