From 330fd8a178329d9c516d1f2a37eba67ec2badbc7 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Tue, 10 Dec 2024 17:04:06 +0000 Subject: [PATCH] Update sbt-pgp to 2.3.1 --- project/plugin.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugin.sbt b/project/plugin.sbt index 8caad77..62d030c 100644 --- a/project/plugin.sbt +++ b/project/plugin.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.0")