Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DocBug: "plugins.sbt" versus "build.sbt" #15

Open
NathanNeff opened this issue Sep 28, 2014 · 0 comments
Open

DocBug: "plugins.sbt" versus "build.sbt" #15

NathanNeff opened this issue Sep 28, 2014 · 0 comments

Comments

@NathanNeff
Copy link

Hello -- I followed the documentation in the README.md --

I put
addSbtPlugin("com.dscleaver.sbt" % "sbt-quickfix" % "0.4.1")

into ~/.sbt/0.13/plugins/plugins.sbt.

However, nothing was applied when I started sbt. I found the plugin documentation
for sbt [1] says "You can create ~/.sbt/0.13/plugins/build.sbt and put addSbtPlugin() expressions in there to add plugins to all your projects at once".

I renamed my ~/.sbt/0.13/plugins/plugins.sbt file to ~/.sbt/0.13/plugins/build.sbt and started sbt. sbt then correctly downloaded this awesome plugin.

I think that "/.sbt/0.13/plugins/plugins.sbt" in the README should be changed to "/.sbt/0.13/plugins/build.sbt"

[1] http://www.scala-sbt.org/0.13/tutorial/Using-Plugins.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant