From 8593deb64cecba174898dd6ef7370797082db009 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 11 Dec 2024 20:54:12 +0000 Subject: [PATCH] Update sbt-pgp to 2.3.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b9494c3..3126256 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ libraryDependencies ++= List( "org.scalatest" %% "scalatest" % "3.2.16" % Test) addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0") -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") homepage := Some(url("https://github.com/ShiftLeftSecurity/sbt-ci-release-early"))