Question

I am attempting to use lifty with the current version of scala.

[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  :: org.lifty#lifty;1.7.4: not found
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::

I am using this configuration on windows in ~/.sbt/0.13/plugins/build.sbt

libraryDependencies += 
  Defaults.sbtPluginExtra( 
    "org.lifty" % "lifty" % "1.7.4", "0.13.1", "2.10.4" ) 

How do I use the latest version of lifty with the current version of scala, I want to work through the examples with the newer version.

I also tried this configuration, but it also didn't seem to work with the new version Lifty and SBT 0.12

Thanks.

Was it helpful?

Solution

I agree, lifty got abandoned by now. I actually think you can easily do what you want without it, just use something like a liftweb starting template: github.com/lift/lift_26_sbt – Vasya Novikov Apr 20 at 5:45

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top