build.sbt
author Tomas Zeman <tzeman@volny.cz>
Fri, 10 Feb 2012 10:54:59 +0100
changeset 28 077dc7ad031d
parent 27 f4ef43da47e1
child 29 96e47961c240
permissions -rw-r--r--
Added tag tz-lift-misc-0.3 for changeset f4ef43da47e1

name := "tz-lift-misc"

version := "0.3"

organization := "net.tz.lift"

scalaVersion := "2.8.2"

{
val liftVer = "2.4"
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"
)