Skip to content

Commit 827dc29

Browse files
authored
Merge pull request #1879 from Baeldung/update/spark-sql-4.0.0
Update spark-sql from 3.5.5 to 4.0.0
2 parents 22abe82 + faa93cb commit 827dc29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,8 @@ lazy val scala2_libraries =
416416

417417
val circeVersion = "0.14.14"
418418
val monixVersion = "3.4.1"
419-
val sparkVersion = "3.5.6"
419+
420+
val sparkVersion = "4.0.0"
420421
val elastic4sVersion = "9.0.0"
421422

422423
val sparkCoreDep = "org.apache.spark" %% "spark-core" % sparkVersion

0 commit comments

Comments
 (0)