Skip to content
This repository has been archived by the owner on Jul 22, 2018. It is now read-only.

Commit

Permalink
Prepare for Lift 2.5-RC4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
d6y committed Apr 6, 2013
1 parent 5ebdb2f commit 7b89c27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name := "jta"

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

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

organization := "net.liftmodules"

scalaVersion := "2.10.0"

crossScalaVersions := Seq("2.10.0", "2.9.2", "2.9.1-1", "2.9.1", "2.9.0-1", "2.9.0")
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 7b89c27

Please sign in to comment.