Skip to content

Commit 7c84e99

Browse files
committed
Update scala-csv to 2.0.0
1 parent e337992 commit 7c84e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ object Dependencies {
1414
lazy val jsonSchemaValidator = "com.networknt" % "json-schema-validator" % "1.5.0"
1515
lazy val openLocationCode = "com.google.openlocationcode" % "openlocationcode" % "1.0.4"
1616
lazy val scopt = "com.github.scopt" %% "scopt" % "4.1.0"
17-
lazy val scalaCsv = "com.github.tototoshi" %% "scala-csv" % "1.4.1"
17+
lazy val scalaCsv = "com.github.tototoshi" %% "scala-csv" % "2.0.0"
1818
lazy val spark = "org.apache.spark" %% "spark-core" % "3.5.1"
1919
lazy val sparkSql = "org.apache.spark" %% "spark-sql" % "3.5.1"
2020
lazy val validator = "commons-validator" % "commons-validator" % "1.9.0"

0 commit comments

Comments
 (0)