From eddf0f3d0f681dfc387b36b3beb4996a59ed9f58 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 3 Oct 2023 20:45:42 +0000 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 d5f129a..7e2ee65 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.4.2") -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0-M2") +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.2")