move to junit-interface 0.10-M4

This supports test-only parameter for the test name to run.
This commit is contained in:
Havoc Pennington 2013-07-23 20:36:52 -04:00
parent 274dd4f6b3
commit c545910761

View File

@ -15,7 +15,7 @@ crossPaths := false
libraryDependencies += "net.liftweb" %% "lift-json" % "2.5" % "test" 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/" externalResolvers += "Scala Tools Snapshots" at "http://scala-tools.org/repo-snapshots/"