| author | Tomas Zeman <tzeman@volny.cz> |
| Sat, 01 Oct 2011 15:28:45 +0200 | |
| changeset 25 | 6ed154cb8b32 |
| parent 24 | 57624188c7f1 |
| child 26 | 5679188fa8a0 |
| permissions | -rw-r--r-- |
name := "tz-lift-misc" version := "0.3-SNAPSHOT" organization := "net.tz.lift" scalaVersion := "2.8.1" { val liftVer = "2.3" libraryDependencies ++= Seq( "net.liftweb" %% "lift-mapper" % liftVer, "net.liftweb" %% "lift-widgets" % liftVer, "net.liftweb" %% "lift-record" % liftVer ) } libraryDependencies ++= Seq( "org.scalatest" %% "scalatest" % "1.5.1" % "test", // "org.mortbay.jetty" % "jetty" % "6.1.26" % "jetty", "ch.qos.logback" % "logback-classic" % "0.9.29" )