From 617b7c425fa6f3e17ca106ea49f2b2b6e3df402a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 26 Oct 2021 07:00:48 +0200 Subject: [PATCH] Update junit-interface to 0.13.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 20855a5b..a0212a32 100644 --- a/build.sbt +++ b/build.sbt @@ -119,7 +119,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform) OsgiKeys.exportPackage := Seq(s"scala.xml.*;version=${version.value}"), libraryDependencies += "junit" % "junit" % "4.13.2" % Test, - libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test, + libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.2" % Test, libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.12.0" % Test, libraryDependencies ++= (CrossVersion.partialVersion(scalaVersion.value) match { case Some((3, _)) =>