Updated the dependency to reflect the documentation at szeiger's README.md

davidmweber 2012-10-16 02:53:14 -07:00
parent 2826df23f3
commit 93d0c70849
1 changed files with 1 additions and 1 deletions

@ -365,7 +365,7 @@ The tests to run in parallel would be run with `test` and the ones to run in ser
Support for JUnit is provided by [junit-interface]. To add JUnit support into your project, add the junit-interface dependency in your project's main build.sbt file.
```scala
libraryDependencies += "com.novocode" % "junit-interface" % "0.8" % "test->default"
libraryDependencies += "com.novocode" % "junit-interface" % "0.10-M1" % "test"
```
# Extensions