From 45c6b1d53bc7bd85c90523baf2160e9e721ec119 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 11 Oct 2020 18:48:52 +0200 Subject: [PATCH] Update junit to 4.13.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b62e738..7028f69 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ lazy val collectionContrib = crossProject(JVMPlatform, JSPlatform) testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "-v", "-s", "-a"), parallelExecution in Test := false, // why? libraryDependencies ++= Seq( - "junit" % "junit" % "4.13" % Test, + "junit" % "junit" % "4.13.1" % Test, "com.novocode" % "junit-interface" % "0.11" % Test, "org.openjdk.jol" % "jol-core" % "0.13" % Test ),