Skip to content

Commit

Permalink
Update spark-catalyst, spark-core, ... to 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 12, 2024
1 parent 85cf421 commit a066422
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 @@ -10,7 +10,7 @@ val Spark23 = "2.3.4"
val Spark24 = "2.4.8"
val Spark31 = "3.1.3"
val Spark32 = "3.2.3"
val Spark33 = "3.3.1"
val Spark33 = "3.3.4"

val sparkVersionSystem = System.getProperty("sparkVersion", sparkVersions.head)
val sparkVersion = settingKey[String]("Spark version")
Expand Down

0 comments on commit a066422

Please sign in to comment.