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.
1 parent 186e78b commit 6699ec0Copy full SHA for 6699ec0
build.sbt
@@ -23,7 +23,7 @@ lazy val collectionContrib = crossProject(JVMPlatform, JSPlatform)
23
Test / parallelExecution := false, // why?
24
libraryDependencies ++= Seq(
25
"junit" % "junit" % "4.13.2" % Test,
26
- "com.github.sbt" % "junit-interface" % "0.13.2" % Test,
+ "com.github.sbt" % "junit-interface" % "0.13.2" % Test,
27
),
28
)
29
.jsEnablePlugins(ScalaJSJUnitPlugin)
0 commit comments