From d73f7c3780714e4c8685938f1f4265aee86a04d5 Mon Sep 17 00:00:00 2001 From: Richard Dallaway Date: Sat, 12 Jan 2013 22:33:34 +0000 Subject: [PATCH] Prepare for Lift 2.5-M4 release --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 8cce74f..764fca0 100644 --- a/build.sbt +++ b/build.sbt @@ -1,14 +1,14 @@ name := "paypal" -liftVersion <<= liftVersion ?? "2.5-SNAPSHOT" +liftVersion <<= liftVersion ?? "2.5-M4" -version <<= liftVersion apply { _ + "-1.2-SNAPSHOT" } +version <<= liftVersion apply { _ + "-1.2" } organization := "net.liftmodules" scalaVersion := "2.10.0" -crossScalaVersions := Seq("2.9.2", "2.9.1-1", "2.9.1") +crossScalaVersions := Seq("2.10.0", "2.9.2", "2.9.1-1", "2.9.1") scalacOptions ++= Seq("-unchecked", "-deprecation")