sbt: 0.11.0 -> 0.11.2, scala: 2.8.1 -> 2.8.2, lift: 2.3 -> 2.4
authorTomas Zeman <tzeman@volny.cz>
Fri, 10 Feb 2012 10:52:57 +0100
changeset 26 5679188fa8a0
parent 25 6ed154cb8b32
child 27 f4ef43da47e1
sbt: 0.11.0 -> 0.11.2, scala: 2.8.1 -> 2.8.2, lift: 2.3 -> 2.4
build.sbt
project/build.properties
--- a/build.sbt	Sat Oct 01 15:28:45 2011 +0200
+++ b/build.sbt	Fri Feb 10 10:52:57 2012 +0100
@@ -4,10 +4,10 @@
 
 organization := "net.tz.lift"
 
-scalaVersion := "2.8.1"
+scalaVersion := "2.8.2"
 
 {
-val liftVer = "2.3"
+val liftVer = "2.4"
 libraryDependencies ++= Seq(
   "net.liftweb" %% "lift-mapper" % liftVer,
   "net.liftweb" %% "lift-widgets" % liftVer,
--- a/project/build.properties	Sat Oct 01 15:28:45 2011 +0200
+++ b/project/build.properties	Fri Feb 10 10:52:57 2012 +0100
@@ -1,1 +1,1 @@
-sbt.version=0.11.0
+sbt.version=0.11.2