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 cbda8ea commit c2491b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Expand Up @@ -2,15 +2,15 @@ name := "machine"

organization := "net.liftmodules"

liftVersion <<= liftVersion ?? "2.5-SNAPSHOT"
liftVersion <<= liftVersion ?? "2.5-M4"

version <<= liftVersion apply { _ + "-1.2-SNAPSHOT" }
version <<= liftVersion apply { _ + "-1.2" }

scalaVersion := "2.10.0"

scalacOptions ++= Seq("-unchecked", "-deprecation")

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")

resolvers += "CB Central Mirror" at "http://repo.cloudbees.com/content/groups/public"

Expand Down

0 comments on commit c2491b9

Please sign in to comment.