Lift is an expressive and elegant framework for writing web
applications. Lift stresses the importance of security, maintainability,
scalability and performance while allowing for high levels of developer
productivity. Lift is a Scala web framework.
Changes in this version include:
Fixed Bugs:
o Breaking toString change in Record Fields Issue: 641.
Have fun!
-Lift Web Framework team
-Ross
If you're using sbt all you need to do is update your dependency to be like:
val mongodb = "net.liftweb" %% "mongodb" % "2.1-RC2"
Notice the double %. That appends the proper Scala version for you.
If you're using Maven then you need to add the Scala version to your dependency:
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-mongodb_2.7.7</artifactId>
<version>2.1-RC2</version>
</dependency>
You can see the actual jar files here:
http://www.scala-tools.org/repo-releases/net/liftweb/
Tim
> --
> You received this message because you are subscribed to the Google Groups "Lift" group.
> To post to this group, send email to lif...@googlegroups.com.
> To unsubscribe from this group, send email to liftweb+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
>
>