Skip to content

Commit fba8a2f

Browse files
Update junit-interface to 0.13.3 (#164)
1 parent cfbe426 commit fba8a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ lazy val collectionContrib = crossProject(JVMPlatform, JSPlatform)
2323
Test / parallelExecution := false, // why?
2424
libraryDependencies ++= Seq(
2525
"junit" % "junit" % "4.13.2" % Test,
26-
"com.github.sbt" % "junit-interface" % "0.13.2" % Test,
26+
"com.github.sbt" % "junit-interface" % "0.13.3" % Test,
2727
),
2828
)
2929
.jsEnablePlugins(ScalaJSJUnitPlugin)

0 commit comments

Comments
 (0)