Skip to content

Commit b680f3c

Browse files
Update junit-interface to 0.13.3
Co-authored-by: Aaron S. Hawley <[email protected]>
1 parent e56a3af commit b680f3c

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
@@ -125,7 +125,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
125125
OsgiKeys.exportPackage := Seq(s"scala.xml.*;version=${version.value}"),
126126

127127
libraryDependencies += "junit" % "junit" % "4.13.2" % Test,
128-
libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.2" % Test,
128+
libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % Test,
129129
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.12.0" % Test,
130130
libraryDependencies ++= (CrossVersion.partialVersion(scalaVersion.value) match {
131131
case Some((3, _)) =>

0 commit comments

Comments
 (0)