We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15e7243 + ac2b72c commit 5d3e84dCopy full SHA for 5d3e84d
build.sbt
@@ -269,7 +269,7 @@ lazy val scala_test_junit4 = (project in file("scala-test-junit4"))
269
scalaVersion := scala3Version,
270
libraryDependencies ++=
271
Seq(
272
- "org.scalatestplus" %% "junit-4-13" % "3.2.18.0" % Test,
+ "org.scalatestplus" %% "junit-4-13" % "3.2.19.0" % Test,
273
jUnitInterface
274
)
275
0 commit comments