From 0ee995bba1d1905f82ff35802f9a614055221d46 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 11 Oct 2020 18:49:16 +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 6a5951d9..e0e4045d 100644 --- a/build.sbt +++ b/build.sbt @@ -41,7 +41,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor ) .jvmSettings( OsgiKeys.exportPackage := Seq(s"scala.util.parsing.*;version=${version.value}"), - libraryDependencies += "junit" % "junit" % "4.13" % Test, + libraryDependencies += "junit" % "junit" % "4.13.1" % Test, libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test ) .jsSettings(