Skip to content

Commit

Permalink
build: upgrade sbt-sonatype and sbt-pgp plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
drbild committed Aug 17, 2017
1 parent 6234998 commit 00dbb27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0-M1")

addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6")

Expand Down

0 comments on commit 00dbb27

Please sign in to comment.