From bf2a31e820c139fdc6ca82c071184f0972949712 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Jan 2020 19:07:16 +0100 Subject: [PATCH] Update junit to 4.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bb726b57..94a51c32 100644 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor ) .jvmSettings( OsgiKeys.exportPackage := Seq(s"scala.util.parsing.*;version=${version.value}"), - libraryDependencies += "junit" % "junit" % "4.12" % Test, + libraryDependencies += "junit" % "junit" % "4.13" % Test, libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test ) .jsSettings(