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"))