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 cb8366b commit a5e4b99Copy full SHA for a5e4b99
build.sbt
@@ -17,7 +17,7 @@ lazy val collectionContrib = crossProject(JVMPlatform, JSPlatform)
17
testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "-v", "-s", "-a"),
18
parallelExecution in Test := false, // why?
19
libraryDependencies ++= Seq(
20
- "junit" % "junit" % "4.13" % Test,
+ "junit" % "junit" % "4.12" % Test,
21
"com.novocode" % "junit-interface" % "0.11" % Test,
22
"org.openjdk.jol" % "jol-core" % "0.9" % Test
23
),
0 commit comments