From a3b73524b98b374eb3ae63e736be94f7436c048f Mon Sep 17 00:00:00 2001 From: "scalaz-bot[bot]" <74843977+scalaz-bot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 21:08:57 +0000 Subject: [PATCH] Update sbt-pgp to 2.3.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 67a2f1e..46c517c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21") -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")