From 95b2c547bf777efa53c3156e9783a86f2e863135 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 7 Sep 2025 14:47:30 +0000 Subject: [PATCH] Update spark-core, spark-sql to 4.0.1 Signed-off-by: Scala Steward --- project/Dependencies.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 91735035..499f6f36 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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.6" - lazy val sparkSql = "org.apache.spark" %% "spark-sql" % "3.5.6" + lazy val spark = "org.apache.spark" %% "spark-core" % "4.0.1" + lazy val sparkSql = "org.apache.spark" %% "spark-sql" % "4.0.1" lazy val validator = "commons-validator" % "commons-validator" % "1.10.0" // Test