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.
1 parent 97abe22 commit 4fb06f5Copy full SHA for 4fb06f5
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
@@ -446,7 +446,6 @@ lazy val scala_libraries = (project in file("scala-libraries"))
446
"com.opencsv" % "opencsv" % "5.9",
447
"com.github.tototoshi" %% "scala-csv" % "2.0.0",
448
"org.apache.commons" % "commons-csv" % "1.12.0"
449
-
450
),
451
libraryDependencies ++= Seq(
452
"org.playframework" %% "play-slick" % LibraryVersions.playSlickVersion,
0 commit comments