From 2a54adecee0dc9636c9fa84ee8780faedaa667cb Mon Sep 17 00:00:00 2001 From: "foundweekends-bot[bot]" <74864734+foundweekends-bot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 20:18:18 +0000 Subject: [PATCH] Update sbt-pgp to 2.3.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e784251..f063333 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.7.0") addSbtPlugin("com.github.sbt" % "sbt-site" % "1.7.0") -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21") addSbtPlugin("org.foundweekends.conscript" % "sbt-conscript" % "0.5.8")