Skip to content

Commit 88b0188

Browse files
Update junit to 4.13.2 (#128)
1 parent 5236f78 commit 88b0188

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
@@ -18,7 +18,7 @@ lazy val collectionContrib = crossProject(JVMPlatform, JSPlatform)
1818
testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "-v", "-s", "-a"),
1919
parallelExecution in Test := false, // why?
2020
libraryDependencies ++= Seq(
21-
"junit" % "junit" % "4.13.1" % Test,
21+
"junit" % "junit" % "4.13.2" % Test,
2222
"com.novocode" % "junit-interface" % "0.11" % Test,
2323
"org.openjdk.jol" % "jol-core" % "0.14" % Test
2424
),

0 commit comments

Comments
 (0)