mirror of
https://github.com/lightbend/config.git
synced 2025-02-23 09:41:01 +08:00
move to junit-interface 0.10-M4
This supports test-only parameter for the test name to run.
This commit is contained in:
parent
274dd4f6b3
commit
c545910761
@ -15,7 +15,7 @@ crossPaths := false
|
||||
|
||||
libraryDependencies += "net.liftweb" %% "lift-json" % "2.5" % "test"
|
||||
|
||||
libraryDependencies += "com.novocode" % "junit-interface" % "0.7" % "test"
|
||||
libraryDependencies += "com.novocode" % "junit-interface" % "0.10-M4" % "test"
|
||||
|
||||
externalResolvers += "Scala Tools Snapshots" at "http://scala-tools.org/repo-snapshots/"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user