Skip to content

Commit

Permalink
Update scala-csv to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed Jul 23, 2024
1 parent e337992 commit 7c84e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object Dependencies {
lazy val jsonSchemaValidator = "com.networknt" % "json-schema-validator" % "1.5.0"
lazy val openLocationCode = "com.google.openlocationcode" % "openlocationcode" % "1.0.4"
lazy val scopt = "com.github.scopt" %% "scopt" % "4.1.0"
lazy val scalaCsv = "com.github.tototoshi" %% "scala-csv" % "1.4.1"
lazy val scalaCsv = "com.github.tototoshi" %% "scala-csv" % "2.0.0"
lazy val spark = "org.apache.spark" %% "spark-core" % "3.5.1"
lazy val sparkSql = "org.apache.spark" %% "spark-sql" % "3.5.1"
lazy val validator = "commons-validator" % "commons-validator" % "1.9.0"
Expand Down

0 comments on commit 7c84e99

Please sign in to comment.