The last release of xsbt-gpg-plugin is 0.6, not 0.5

This commit is contained in:
Nicolas Rémond 2013-06-01 23:53:13 +03:00 committed by Mark Harrah
parent 8823df4fbc
commit 1171782f42
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ the artefacts, you'll need to include @jsuereth's ``xsbt-gpg-plugin``:
new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases")) /* no new line */
(Resolver.ivyStylePatterns)
addSbtPlugin("com.jsuereth" % "xsbt-gpg-plugin" % "0.5")
addSbtPlugin("com.jsuereth" % "xsbt-gpg-plugin" % "0.6")
build.sbt
^^^^^^^^^