Updated lift -> 2.3; sbt -> 0.7.5
authorTomas Zeman <tzeman@volny.cz>
Tue, 03 May 2011 10:46:35 +0200
changeset 13 956b455e4ad8
parent 12 e09d28f8e4c6
child 14 f7f75470c509
Updated lift -> 2.3; sbt -> 0.7.5
project/build.properties
project/build/LiftProject.scala
--- a/project/build.properties	Thu Mar 31 14:40:17 2011 +0200
+++ b/project/build.properties	Tue May 03 10:46:35 2011 +0200
@@ -1,7 +1,7 @@
 #Project properties
 project.organization=net.tz.lift
 project.name=tz-lift-misc
-sbt.version=0.7.4
+sbt.version=0.7.5
 project.version=0.2-SNAPSHOT
 build.scala.versions=2.8.1
 project.initialize=false
--- a/project/build/LiftProject.scala	Thu Mar 31 14:40:17 2011 +0200
+++ b/project/build/LiftProject.scala	Tue May 03 10:46:35 2011 +0200
@@ -17,7 +17,7 @@
 
 class LiftProject(info: ProjectInfo) extends DefaultProject(info) {
 
-  val liftVer = "2.3-RC4"
+  val liftVer = "2.3"
 
   // lift
   val lift_mapper = "net.liftweb" %% "lift-mapper" % liftVer