Skip to content

Commit

Permalink
updates lift version
Browse files Browse the repository at this point in the history
  • Loading branch information
casualjim committed Sep 7, 2011
1 parent b3b0df7 commit 215a809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ object ScalatraBuild extends Build {
def liftJson(scalaVersion: String) = {
val (libArtifactId, libArtifactVersion) = scalaVersion match {
case "2.8.2.RC1" => ("lift-json_2.8.1", "2.4-M3")
case "2.9.1" => ("lift-json_2.9.1", "2.4-SNAPSHOT")
case "2.9.1" => ("lift-json_2.9.1", "2.4-M4")
case x => ("lift-json_"+x, "2.4-M3")
}
"net.liftweb" % libArtifactId % libArtifactVersion
Expand Down

0 comments on commit 215a809

Please sign in to comment.