From 0879a2b87843aee1843bae62837dc8173f668efd Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Tue, 10 Dec 2024 16:51:30 +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 f81c1fd..38f7569 100644 --- a/project/plugin.sbt +++ b/project/plugin.sbt @@ -1,2 +1,2 @@ libraryDependencies += { "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value } -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")