Skip to content

Commit

Permalink
Merge pull request #9513 from SethTisue/upgrade-sbt-pgp
Browse files Browse the repository at this point in the history
upgrade sbt-pgp to 2.1.2
  • Loading branch information
SethTisue committed Feb 22, 2021
2 parents eb8cb18 + d3f2197 commit a4c0b51
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions admin/files/gpg.sbt
@@ -1,4 +1 @@
// TODO: are the resolvers needed?
resolvers ++= Seq(Resolver.typesafeIvyRepo("releases"), Resolver.sbtPluginRepo("releases"))

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")

0 comments on commit a4c0b51

Please sign in to comment.