config/build.sbt
2011-11-07 15:31:23 -05:00

11 lines
281 B
Scala

name := "config"
version := "0.1"
libraryDependencies += "net.liftweb" %% "lift-json" % "2.4-SNAPSHOT" % "test"
libraryDependencies += "com.novocode" % "junit-interface" % "0.7" % "test"
externalResolvers += "Scala Tools Snapshots" at "http://scala-tools.org/repo-snapshots/"