Skip to content

Commit a5e4b99

Browse files
committed
wip
1 parent cb8366b commit a5e4b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ lazy val collectionContrib = crossProject(JVMPlatform, JSPlatform)
1717
testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "-v", "-s", "-a"),
1818
parallelExecution in Test := false, // why?
1919
libraryDependencies ++= Seq(
20-
"junit" % "junit" % "4.13" % Test,
20+
"junit" % "junit" % "4.12" % Test,
2121
"com.novocode" % "junit-interface" % "0.11" % Test,
2222
"org.openjdk.jol" % "jol-core" % "0.9" % Test
2323
),

0 commit comments

Comments
 (0)