I am trying to add to plugins / build.sbt:
resolvers += Resolver.url("sbt-plugin-releases",
new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/"))(Resolver.ivyStylePatterns)
addSbtPlugin("org.lifty" % "lifty" % "1.7.4")
and then I get:
Exception: unresolved dependency: org.lifty#lifty;1.7.4: not found
Any ideas how to fix this?
I do as they say at http://lifty.github.com/Installing+The+Plugin.html
source
share