Skip to content
This repository has been archived by the owner on Aug 12, 2019. It is now read-only.

Commit

Permalink
Updated to Lift 2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dpp committed Jan 5, 2011
1 parent 1411ef8 commit 22a67aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lift_basic/project/build/LiftProject.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt._

class LiftProject(info: ProjectInfo) extends DefaultWebProject(info) {
val liftVersion = "2.2-RC4"
val liftVersion = "2.2"

// uncomment the following if you want to use the snapshot repo
// val scalatoolsSnapshot = ScalaToolsSnapshots
Expand Down
2 changes: 1 addition & 1 deletion lift_blank/project/build/LiftProject.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt._

class LiftProject(info: ProjectInfo) extends DefaultWebProject(info) {
val liftVersion = "2.2-RC4"
val liftVersion = "2.2"

// uncomment the following if you want to use the snapshot repo
// val scalatoolsSnapshot = ScalaToolsSnapshots
Expand Down
2 changes: 1 addition & 1 deletion lift_mvc/project/build/LiftProject.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt._

class LiftProject(info: ProjectInfo) extends DefaultWebProject(info) {
val liftVersion = "2.2-RC4"
val liftVersion = "2.2"

// uncomment the following if you want to use the snapshot repo
// val scalatoolsSnapshot = ScalaToolsSnapshots
Expand Down
2 changes: 1 addition & 1 deletion lift_xhtml/project/build/LiftProject.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt._

class LiftProject(info: ProjectInfo) extends DefaultWebProject(info) {
val liftVersion = "2.2-RC4"
val liftVersion = "2.2"

// uncomment the following if you want to use the snapshot repo
// val scalatoolsSnapshot = ScalaToolsSnapshots
Expand Down

0 comments on commit 22a67aa

Please sign in to comment.