Skip to content

Commit 5d3e84d

Browse files
authored
Merge pull request Baeldung#1423 from Baeldung/update/junit-4-13-3.2.19.0
Update junit-4-13 from 3.2.18.0 to 3.2.19.0
2 parents 15e7243 + ac2b72c commit 5d3e84d

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)