You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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
The text was updated successfully, but these errors were encountered: