From c316b76b61d2689ae4c2a3688b86b45959dbedfe Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sat, 5 Oct 2024 08:44:52 +0000 Subject: [PATCH] Update sbt-pgp to 2.3.0 --- project/plugin.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugin.sbt b/project/plugin.sbt index c9a94e3..f81c1fd 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.2.1") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0")