Skip to content

Commit 8ac8daf

Browse files
Update junit to 4.13.1 (scala#107)
1 parent 41e84bc commit 8ac8daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ lazy val collectionContrib = crossProject(JVMPlatform, JSPlatform)
1616
testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "-v", "-s", "-a"),
1717
parallelExecution in Test := false, // why?
1818
libraryDependencies ++= Seq(
19-
"junit" % "junit" % "4.13" % Test,
19+
"junit" % "junit" % "4.13.1" % Test,
2020
"com.novocode" % "junit-interface" % "0.11" % Test,
2121
"org.openjdk.jol" % "jol-core" % "0.13" % Test
2222
),

0 commit comments

Comments
 (0)