mirror of https://github.com/sbt/sbt.git
Docs: plugins repository not needed since it is added by default now
This commit is contained in:
parent
48a6d117cd
commit
77d8c0b022
|
|
@ -210,10 +210,6 @@ the artefacts, you'll need to include @jsuereth's ``xsbt-gpg-plugin``:
|
|||
|
||||
::
|
||||
|
||||
resolvers += Resolver.url("sbt-plugin-releases", /* no new line */
|
||||
new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases")) /* no new line */
|
||||
(Resolver.ivyStylePatterns)
|
||||
|
||||
addSbtPlugin("com.jsuereth" % "xsbt-gpg-plugin" % "0.6")
|
||||
|
||||
build.sbt
|
||||
|
|
|
|||
Loading…
Reference in New Issue