Skip to content

Commit

Permalink
chore: Update spark-core, spark-hive, spark-sql from 3.5.3 to 3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and nightscape committed Jan 3, 2025
1 parent deb412e commit 2de4598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ val spark31 = List("3.1.3")
val spark32 = List("3.2.4")
val spark33 = List("3.3.4")
val spark34 = List("3.4.4")
val spark35 = List("3.5.3")
val spark35 = List("3.5.4")
val sparkVersions = spark24 ++ spark30 ++ spark31 ++ spark32 ++ spark33 ++ spark34 ++ spark35
val crossMatrix =
sparkVersions.map(spark => (scala212, spark)) ++
Expand Down

0 comments on commit 2de4598

Please sign in to comment.