Skip to content

Commit 5607ddb

Browse files
authored
Merge pull request #155 from scala-steward/update/junit-interface-0.13.2
Update junit-interface to 0.13.2
2 parents 91f3faf + 6699ec0 commit 5607ddb

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.novocode" % "junit-interface" % "0.11" % Test,
26+
"com.github.sbt" % "junit-interface" % "0.13.2" % Test,
2727
),
2828
)
2929
.jsEnablePlugins(ScalaJSJUnitPlugin)

0 commit comments

Comments
 (0)