mirror of
https://github.com/lightbend/config.git
synced 2025-01-15 23:01:05 +08:00
11 lines
281 B
Plaintext
11 lines
281 B
Plaintext
|
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/"
|
||
|
|