Skip to content

Instantly share code, notes, and snippets.

@rrichardson
Created October 2, 2011 16:39
Show Gist options
  • Save rrichardson/1257612 to your computer and use it in GitHub Desktop.
Save rrichardson/1257612 to your computer and use it in GitHub Desktop.
libraryDependencies ++= {
val liftVersion = "2.4-M4" // Put the current/latest lift version here
Seq(
"net.liftweb" %% "lift-webkit" % liftVersion % "compile->default",
"net.liftweb" %% "lift-paypal" % liftVersion % "compile->default",
"net.liftweb" %% "lift-machine" % liftVersion % "compile->default",
"net.liftweb" %% "lift-textile" % liftVersion % "compile->default",
"net.liftweb" %% "lift-wizard" % liftVersion % "compile->default",
"net.liftweb" %% "lift-mongodb" % liftVersion % "compile->default",
"net.liftweb" %% "lift-mongodb-record" % liftVersion % "compile->default")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment