Skip to content

Commit

Permalink
update for spark 3.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dazfuller committed Sep 30, 2023
1 parent 8f5188d commit 31f5257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
sparkVersion: [ 3.0.1, 3.0.2, 3.0.3, 3.1.2, 3.2.1, 3.2.4, 3.3.0, 3.3.1, 3.3.2, 3.4.0, 3.4.1 ]
sparkVersion: [ 3.0.1, 3.0.2, 3.0.3, 3.1.2, 3.2.1, 3.2.4, 3.3.0, 3.3.1, 3.3.2, 3.3.3, 3.4.0, 3.4.1, 3.5.0 ]

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ addArtifact(Compile / assembly / artifact, assembly)

// Define common settings for the library
val commonSettings = Seq(
sparkVersion := System.getProperty("sparkVersion", "3.4.1"),
sparkVersion := System.getProperty("sparkVersion", "3.5.0"),
sparkExcelVersion := "0.1.12",
version := s"${sparkVersion.value}_${sparkExcelVersion.value}",
scalaVersion := {
Expand Down

0 comments on commit 31f5257

Please sign in to comment.