Announcing Lift 2.4-M3 July 21, 2011
Lift 2.4-M3 supports Scala 2.8.x as well as 2.9.x.
The Lift team added over 20 enhancements or bug fixes since Lift 2.4-M2.
Noteworthy breaking change:
As announced earlier, JavaMail dependency has been upgraded to 1.4.4 which is formally available from Java.net Maven 2 repository (and not from Maven central). As a result, existing applications would need to add the repository in the SBT project file as so:
lazy val JavaNet = "Java.net Maven2 Repository" at "http://download.java.net/maven/2/"
Please join the 3000-member strong Lift community and enjoy the benefits of coding with Lift.
Thank you, have fun!
- The Lift Team