Skip to content

Commit

Permalink
Update junit-interface to 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 26, 2021
1 parent 91f3faf commit 186e78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -23,7 +23,7 @@ lazy val collectionContrib = crossProject(JVMPlatform, JSPlatform)
Test / parallelExecution := false, // why?
libraryDependencies ++= Seq(
"junit" % "junit" % "4.13.2" % Test,
"com.novocode" % "junit-interface" % "0.11" % Test,
"com.github.sbt" % "junit-interface" % "0.13.2" % Test,
),
)
.jsEnablePlugins(ScalaJSJUnitPlugin)
Expand Down

0 comments on commit 186e78b

Please sign in to comment.