From 9920923bed53bd2722fa303ca44ed17591873702 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 6 Oct 2024 17:04:57 +0000 Subject: [PATCH] Update sbt-pgp to 2.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9dc4a8c..4d8deb5 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.0.1") -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.0") homepage := Some(url("https://github.com/ShiftLeftSecurity/sbt-ci-release-early"))