I want to install Lifty.
I have created c:\sbt\plugins\build.sbt
with the following single line:
addSbtPlugin("org.lifty" % "lifty" % "1.7.4")
When I execute sbt lifty
in the project directory, I only get the following error:
[error] Not a valid command: lifty
How do I configure sbt for the plugin?