We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6354307 + 9589c76 commit 4d55dceCopy full SHA for 4d55dce
src/sbt-test/simple/test-listener-multiple/build.sbt
@@ -2,7 +2,7 @@ name := "test-project"
2
3
scalaVersion := "2.10.7"
4
5
-libraryDependencies += "com.github.sbt" % "junit-interface" % sys.props("plugin.version") % "test"
+libraryDependencies += "com.github.sbt" % "junit-interface" % sys.props("plugin.version") % Test
6
7
testOptions += Tests.Argument(
8
TestFrameworks.JUnit,
0 commit comments