From 540edd232050fb3bdd9acfc9fd0ecf53750b4c33 Mon Sep 17 00:00:00 2001 From: "scala-steward-outr[bot]" <167443585+scala-steward-outr[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:17:26 +0000 Subject: [PATCH] Update sbt-pgp to 1.0.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index cfbc7f5f..8f05224e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,4 +2,4 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1") -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0") \ No newline at end of file +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.1") \ No newline at end of file