Skip to content

Commit 4d55dce

Browse files
authored
Merge pull request #98 from unkarjedy/fix-86
support multiple junit --run-listener #86
2 parents 6354307 + 9589c76 commit 4d55dce

File tree

1 file changed

+1
-1
lines changed
  • src/sbt-test/simple/test-listener-multiple

1 file changed

+1
-1
lines changed

src/sbt-test/simple/test-listener-multiple/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "test-project"
22

33
scalaVersion := "2.10.7"
44

5-
libraryDependencies += "com.github.sbt" % "junit-interface" % sys.props("plugin.version") % "test"
5+
libraryDependencies += "com.github.sbt" % "junit-interface" % sys.props("plugin.version") % Test
66

77
testOptions += Tests.Argument(
88
TestFrameworks.JUnit,

0 commit comments

Comments
 (0)