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-M3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
d6y committed Nov 12, 2012
1 parent 2987b60 commit be7570c
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 := "openid"

organization := "net.liftmodules"

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

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

scalaVersion := "2.9.2"

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

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

Please sign in to comment.