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 e337992 commit 7c84e99Copy full SHA for 7c84e99
project/Dependencies.scala
@@ -14,7 +14,7 @@ object Dependencies {
14
lazy val jsonSchemaValidator = "com.networknt" % "json-schema-validator" % "1.5.0"
15
lazy val openLocationCode = "com.google.openlocationcode" % "openlocationcode" % "1.0.4"
16
lazy val scopt = "com.github.scopt" %% "scopt" % "4.1.0"
17
- lazy val scalaCsv = "com.github.tototoshi" %% "scala-csv" % "1.4.1"
+ lazy val scalaCsv = "com.github.tototoshi" %% "scala-csv" % "2.0.0"
18
lazy val spark = "org.apache.spark" %% "spark-core" % "3.5.1"
19
lazy val sparkSql = "org.apache.spark" %% "spark-sql" % "3.5.1"
20
lazy val validator = "commons-validator" % "commons-validator" % "1.9.0"
0 commit comments