Skip to content

Commit d0357d5

Browse files
authored
Merge pull request scala#74 from scala-steward/update/junit-4.13
Update junit to 4.13
2 parents b8711fe + c209f7e commit d0357d5

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
@@ -25,7 +25,7 @@ lazy val collectionContrib = crossProject(JVMPlatform, JSPlatform)
2525
testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "-v", "-s", "-a"),
2626
parallelExecution in Test := false, // why?
2727
libraryDependencies ++= Seq(
28-
"junit" % "junit" % "4.12" % Test,
28+
"junit" % "junit" % "4.13" % Test,
2929
"com.novocode" % "junit-interface" % "0.11" % Test,
3030
"org.openjdk.jol" % "jol-core" % "0.9" % Test
3131
),

0 commit comments

Comments
 (0)