Mads Hartmann <[email protected]> writes: > Again, I really appreciate you guys helping me out :) > > @Indrajit I just tried with the dependency you declared as the only > lift related dependency. I get the following error. > > <dependency> > <groupId>net.liftweb</groupId> > <artifactId>lift-mapper</artifactId> > <version>1.1-M8</version> > </dependency>
Note, Lift 1.1 is not source compatible with 1.0. You need to change your code (in a few places) Specifically, it seems you need to add import net.liftweb.common._ to Boot.scala /Jeppe
-- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
