Skip to content

Commit 4fb06f5

Browse files
Update junit-4-13 from 3.2.19.0 to 3.2.19.1
1 parent 97abe22 commit 4fb06f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ lazy val scala_test_junit4 = (project in file("scala-test-junit4"))
293293
scalaVersion := scala3Version,
294294
libraryDependencies ++=
295295
Seq(
296-
"org.scalatestplus" %% "junit-4-13" % "3.2.19.0" % Test,
296+
"org.scalatestplus" %% "junit-4-13" % "3.2.19.1" % Test,
297297
jUnitInterface
298298
)
299299
)
@@ -446,7 +446,6 @@ lazy val scala_libraries = (project in file("scala-libraries"))
446446
"com.opencsv" % "opencsv" % "5.9",
447447
"com.github.tototoshi" %% "scala-csv" % "2.0.0",
448448
"org.apache.commons" % "commons-csv" % "1.12.0"
449-
450449
),
451450
libraryDependencies ++= Seq(
452451
"org.playframework" %% "play-slick" % LibraryVersions.playSlickVersion,

0 commit comments

Comments
 (0)