From a0a0599f3f0a3a0761e7bba3c5aa75561c7b47a0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Jan 2020 19:08:04 +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 a96bc4a5f..3cfafab72 100644 --- a/build.sbt +++ b/build.sbt @@ -148,7 +148,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform) .jvmSettings( OsgiKeys.exportPackage := Seq(s"scala.xml.*;version=${version.value}"), - libraryDependencies += "junit" % "junit" % "4.12" % Test, + libraryDependencies += "junit" % "junit" % "4.13" % Test, libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test, libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.9" % Test, libraryDependencies ++= {