Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
val circeVersion = "0.14.5"
val monixVersion = "3.4.1"
val elastic4sVersion = "8.8.3"
val sparkVersion = "3.4.1"
val sparkVersion = "3.5.0"

val sparkCoreDep = "org.apache.spark" %% "spark-core" % sparkVersion
val sparkSqlDep = "org.apache.spark" %% "spark-sql" % sparkVersion
Expand Down