diff --git a/project/plugins.sbt b/project/plugins.sbt index 9691bc6..eb1acf9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -29,6 +29,7 @@ externalResolvers := Seq( "Garrity Software Releases" at "https://maven.garrity.co/gs" ) -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4") -addSbtPlugin("gs" % "sbt-garrity-software" % "0.7.0") -addSbtPlugin("gs" % "sbt-gs-semver" % "0.3.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4") +addSbtPlugin("gs" % "sbt-garrity-software" % "0.7.0") +addSbtPlugin("gs" % "sbt-gs-semver" % "0.3.0") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")