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 64a09fd + 4fb06f5 commit d88a47aCopy full SHA for d88a47a
build.sbt
@@ -293,7 +293,7 @@ lazy val scala_test_junit4 = (project in file("scala-test-junit4"))
293
scalaVersion := scala3Version,
294
libraryDependencies ++=
295
Seq(
296
- "org.scalatestplus" %% "junit-4-13" % "3.2.19.0" % Test,
+ "org.scalatestplus" %% "junit-4-13" % "3.2.19.1" % Test,
297
jUnitInterface
298
)
299
0 commit comments