Skip to content

Commit fadb436

Browse files
committed
Update spark-core, spark-sql to 3.5.7
Signed-off-by: Scala Steward <scala_steward@virtuslab.com>
1 parent a50b40a commit fadb436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ object Dependencies {
1717
"com.google.openlocationcode" % "openlocationcode" % "1.0.4"
1818
lazy val scopt = "com.github.scopt" %% "scopt" % "4.1.0"
1919
lazy val scalaCsv = "com.github.tototoshi" %% "scala-csv" % "2.0.0"
20-
lazy val spark = "org.apache.spark" %% "spark-core" % "3.5.6"
21-
lazy val sparkSql = "org.apache.spark" %% "spark-sql" % "3.5.6"
20+
lazy val spark = "org.apache.spark" %% "spark-core" % "3.5.7"
21+
lazy val sparkSql = "org.apache.spark" %% "spark-sql" % "3.5.7"
2222
lazy val validator = "commons-validator" % "commons-validator" % "1.10.1"
2323

2424
// Test

0 commit comments

Comments
 (0)