Skip to content

Commit ac2b72c

Browse files
Update junit-4-13 from 3.2.18.0 to 3.2.19.0
1 parent 265ebe9 commit ac2b72c

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
@@ -269,7 +269,7 @@ lazy val scala_test_junit4 = (project in file("scala-test-junit4"))
269269
scalaVersion := scala3Version,
270270
libraryDependencies ++=
271271
Seq(
272-
"org.scalatestplus" %% "junit-4-13" % "3.2.18.0" % Test,
272+
"org.scalatestplus" %% "junit-4-13" % "3.2.19.0" % Test,
273273
jUnitInterface
274274
)
275275
)

0 commit comments

Comments
 (0)