mirror of https://github.com/sbt/sbt.git
The last release of xsbt-gpg-plugin is 0.6, not 0.5
This commit is contained in:
parent
8823df4fbc
commit
1171782f42
|
|
@ -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
|
||||
^^^^^^^^^
|
||||
|
|
|
|||
Loading…
Reference in New Issue