mirror of https://github.com/sbt/sbt.git
Updated the dependency to reflect the documentation at szeiger's README.md
parent
2826df23f3
commit
93d0c70849
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue