From 31f5257dc943dc2ac811633f80e48699a415bcb9 Mon Sep 17 00:00:00 2001 From: Darren Fuller Date: Sat, 30 Sep 2023 20:15:26 +0100 Subject: [PATCH] update for spark 3.5 support --- .github/workflows/spark.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spark.yml b/.github/workflows/spark.yml index 1f2f4cb..4a38cf6 100644 --- a/.github/workflows/spark.yml +++ b/.github/workflows/spark.yml @@ -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 diff --git a/build.sbt b/build.sbt index 40de5ad..8847057 100644 --- a/build.sbt +++ b/build.sbt @@ -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 := {