From b680f3ce095cdf23cb5ddc6fe8a2365a2df1aca0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 30 Dec 2021 02:19:24 +0100 Subject: [PATCH] Update junit-interface to 0.13.3 Co-authored-by: Aaron S. Hawley --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c89e5665..8062669f 100644 --- a/build.sbt +++ b/build.sbt @@ -125,7 +125,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.github.sbt" % "junit-interface" % "0.13.2" % Test, + libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % Test, libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.12.0" % Test, libraryDependencies ++= (CrossVersion.partialVersion(scalaVersion.value) match { case Some((3, _)) =>