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.4-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
dpp committed Jun 13, 2011
1 parent 7f1d566 commit f8f99a6
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion scala_28/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.4-M1"
val liftVersion = "2.4-M2"

// uncomment the following if you want to use the snapshot repo
// val scalatoolsSnapshot = ScalaToolsSnapshots
Expand Down
2 changes: 1 addition & 1 deletion scala_28/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.4-M1"
val liftVersion = "2.4-M2"

// uncomment the following if you want to use the snapshot repo
// val scalatoolsSnapshot = ScalaToolsSnapshots
Expand Down
2 changes: 1 addition & 1 deletion scala_28/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.4-M1"
val liftVersion = "2.4-M2"

// uncomment the following if you want to use the snapshot repo
// val scalatoolsSnapshot = ScalaToolsSnapshots
Expand Down
2 changes: 1 addition & 1 deletion scala_28/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.4-M1"
val liftVersion = "2.4-M2"

// uncomment the following if you want to use the snapshot repo
// val scalatoolsSnapshot = ScalaToolsSnapshots
Expand Down
2 changes: 1 addition & 1 deletion scala_29/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.4-M1"
val liftVersion = "2.4-M2"

// uncomment the following if you want to use the snapshot repo
// val scalatoolsSnapshot = ScalaToolsSnapshots
Expand Down
2 changes: 1 addition & 1 deletion scala_29/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.4-M1"
val liftVersion = "2.4-M2"

// uncomment the following if you want to use the snapshot repo
// val scalatoolsSnapshot = ScalaToolsSnapshots
Expand Down
2 changes: 1 addition & 1 deletion scala_29/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.4-M1"
val liftVersion = "2.4-M2"

// uncomment the following if you want to use the snapshot repo
// val scalatoolsSnapshot = ScalaToolsSnapshots
Expand Down
2 changes: 1 addition & 1 deletion scala_29/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.4-M1"
val liftVersion = "2.4-M2"

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

0 comments on commit f8f99a6

Please sign in to comment.