Skip to content

Commit

Permalink
update lift version to 2.5.1 and default scala version to 2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ldeck committed Aug 4, 2013
1 parent 2f69453 commit 3fb73dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Expand Up @@ -5,9 +5,9 @@ name := "Templating With Twitter Bootstrap"

version := "0.4.7-SNAPSHOT"

crossScalaVersions := Seq("2.10.0", "2.9.2", "2.9.1-1", "2.9.1")
crossScalaVersions := Seq("2.10.2", "2.9.2", "2.9.1-1", "2.9.1")

scalaVersion := "2.9.2"
scalaVersion := "2.10.2"

seq(webSettings :_*)

Expand All @@ -27,7 +27,7 @@ resolvers ++= Seq(
)

libraryDependencies ++= {
val liftVersion = "2.5-RC2" // Put the current/latest lift version here
val liftVersion = "2.5.1" // Put the current/latest lift version here
Seq(
"net.liftweb" %% "lift-webkit" % liftVersion % "compile" withSources(),
"net.liftweb" %% "lift-mapper" % liftVersion % "compile",
Expand Down

0 comments on commit 3fb73dd

Please sign in to comment.