Skip to content

Commit

Permalink
Update junit-interface to 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and xuwei-k committed Oct 27, 2021
1 parent a89e8b2 commit 806d3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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, _)) =>
Expand Down

0 comments on commit 806d3e7

Please sign in to comment.