add sbt build definition

This commit is contained in:
Havoc Pennington 2011-11-07 15:31:23 -05:00
parent 45b8c4074f
commit dc99fa3f1d
2 changed files with 11 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/.cache
/project
/bin
target/

10
build.sbt Normal file
View File

@ -0,0 +1,10 @@
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/"