From 5040e7c638f04135d38c8048b9e229c3fd92686d Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Fri, 27 Jan 2023 20:30:28 -0800 Subject: [PATCH] Update sbt-pgp to 2.2.1 (#361) * Update sbt-pgp to 2.2.1 * Revert commit(s) d90c8ff * Update sbt-pgp to 2.2.1 * Revert commit(s) 12e4f46 * Update sbt-pgp to 2.2.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9dea4ca..73a98e3 100755 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.17") -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")