Skip to content

Commit 0c6e3c4

Browse files
Update dependency org.apache.spark:spark-sql to v3.5.3
1 parent 3712100 commit 0c6e3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ThisBuild / scalaVersion := scala212
1515

1616
ThisBuild / crossScalaVersions := supportedScalaVersions
1717

18-
val sparkVersion = "3.5.1"
18+
val sparkVersion = "3.5.3"
1919
ThisBuild / libraryDependencies ++= List(
2020
"org.apache.spark" %% "spark-sql" % sparkVersion
2121
)

0 commit comments

Comments
 (0)