Skip to content

Commit

Permalink
Update dependency org.apache.spark:spark-sql to v3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 3712100 commit 3e361c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ThisBuild / scalaVersion := scala212

ThisBuild / crossScalaVersions := supportedScalaVersions

val sparkVersion = "3.5.1"
val sparkVersion = "3.5.4"
ThisBuild / libraryDependencies ++= List(
"org.apache.spark" %% "spark-sql" % sparkVersion
)
Expand Down

0 comments on commit 3e361c9

Please sign in to comment.