Skip to content

Commit

Permalink
Updated project file
Browse files Browse the repository at this point in the history
  • Loading branch information
dpp committed Jul 18, 2010
1 parent 4042aa3 commit c2a6875
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions project/build/LiftProject.scala
@@ -1,12 +1,6 @@
import sbt._

class LiftProject(info: ProjectInfo) extends DefaultWebProject(info) {
val mavenLocal = "Local Maven Repository" at
"file://"+Path.userHome+"/.m2/repository"

val scalatools_release = "Scala Tools Snapshot" at
"http://scala-tools.org/repo-releases/"

val liftVersion = "2.0"

override def libraryDependencies = Set(
Expand All @@ -15,6 +9,6 @@ class LiftProject(info: ProjectInfo) extends DefaultWebProject(info) {
"org.mortbay.jetty" % "jetty" % "6.1.22" % "test->default",
"junit" % "junit" % "4.5" % "test->default",
"org.scala-tools.testing" % "specs" % "1.6.2.1" % "test->default",
"com.h2database" % "h2" % "1.2.121"
"com.h2database" % "h2" % "1.2.138"
) ++ super.libraryDependencies
}

0 comments on commit c2a6875

Please sign in to comment.