mirror of
https://github.com/lightbend/config.git
synced 2025-03-25 16:50:40 +08:00
add sbt build definition
This commit is contained in:
parent
45b8c4074f
commit
dc99fa3f1d
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/.cache
|
||||
/project
|
||||
/bin
|
||||
target/
|
||||
|
10
build.sbt
Normal file
10
build.sbt
Normal 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/"
|
||||
|
Loading…
Reference in New Issue
Block a user