Navigation Menu

Skip to content

Commit

Permalink
Prepare for Lift 2.5-M4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
d6y committed Jan 12, 2013
1 parent d83485d commit d73f7c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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")

Expand Down

0 comments on commit d73f7c3

Please sign in to comment.