Skip to content

Commit

Permalink
Merge pull request #98 from unkarjedy/fix-86
Browse files Browse the repository at this point in the history
support multiple junit --run-listener #86
  • Loading branch information
eed3si9n authored May 23, 2021
2 parents 6354307 + 9589c76 commit 4d55dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sbt-test/simple/test-listener-multiple/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "test-project"

scalaVersion := "2.10.7"

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

testOptions += Tests.Argument(
TestFrameworks.JUnit,
Expand Down

0 comments on commit 4d55dce

Please sign in to comment.