Skip to content

Commit

Permalink
Update spark-core, spark-sql to 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and michaelmior committed Sep 18, 2024
1 parent 6c46b2e commit 9c6f6d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ object Dependencies {
"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" % "2.0.0"
lazy val spark = "org.apache.spark" %% "spark-core" % "3.5.2"
lazy val sparkSql = "org.apache.spark" %% "spark-sql" % "3.5.2"
lazy val spark = "org.apache.spark" %% "spark-core" % "3.5.3"
lazy val sparkSql = "org.apache.spark" %% "spark-sql" % "3.5.3"
lazy val validator = "commons-validator" % "commons-validator" % "1.9.0"

// Test
Expand Down

0 comments on commit 9c6f6d6

Please sign in to comment.