Skip to content

Commit 806d3e7

Browse files
scala-stewardxuwei-k
authored andcommitted
Update junit-interface to 0.13.2
1 parent a89e8b2 commit 806d3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
119119
OsgiKeys.exportPackage := Seq(s"scala.xml.*;version=${version.value}"),
120120

121121
libraryDependencies += "junit" % "junit" % "4.13.2" % Test,
122-
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
122+
libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.2" % Test,
123123
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.12.0" % Test,
124124
libraryDependencies ++= (CrossVersion.partialVersion(scalaVersion.value) match {
125125
case Some((3, _)) =>

0 commit comments

Comments
 (0)