We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50b40a commit fadb436Copy full SHA for fadb436
project/Dependencies.scala
@@ -17,8 +17,8 @@ object Dependencies {
17
"com.google.openlocationcode" % "openlocationcode" % "1.0.4"
18
lazy val scopt = "com.github.scopt" %% "scopt" % "4.1.0"
19
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"
+ lazy val spark = "org.apache.spark" %% "spark-core" % "3.5.7"
+ lazy val sparkSql = "org.apache.spark" %% "spark-sql" % "3.5.7"
22
lazy val validator = "commons-validator" % "commons-validator" % "1.10.1"
23
24
// Test
0 commit comments