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 8e8d9b3Copy full SHA for 8e8d9b3
build.sbt
@@ -443,10 +443,9 @@ lazy val scala_libraries = (project in file("scala-libraries"))
443
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
444
"software.amazon.awssdk" % "s3" % "2.25.9",
445
"com.github.seratch" %% "awscala" % "0.9.2",
446
- "com.opencsv" % "opencsv" % "5.9",
+ "com.opencsv" % "opencsv" % "5.10",
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