From 19bec88b54d59444088e5d02a41ea096fada1af4 Mon Sep 17 00:00:00 2001 From: badrinathpatchikolla <57659308+badrinathpatchikolla@users.noreply.github.com> Date: Fri, 22 Sep 2023 15:14:46 +0530 Subject: [PATCH] Added Spark 3.5 Version Changes --- README.md | 2 ++ build.sbt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2778ec..b400a53 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ repository. | versions | Connector Artifact | |----------------------------|-----------------------------------------------------------| +| Spark 3.5.x and scala 2.13 | `com.github.music-of-the-ainur:quenya-dsl_2.13:1.2.2-3.5` | +| Spark 3.5.x and scala 2.12 | `com.github.music-of-the-ainur:quenya-dsl_2.12:1.2.2-3.5` | | Spark 3.4.x and scala 2.13 | `com.github.music-of-the-ainur:quenya-dsl_2.13:1.2.2-3.4` | | Spark 3.4.x and scala 2.12 | `com.github.music-of-the-ainur:quenya-dsl_2.12:1.2.2-3.4` | | Spark 3.3.x and scala 2.13 | `com.github.music-of-the-ainur:quenya-dsl_2.13:1.2.2-3.3` | diff --git a/build.sbt b/build.sbt index 5d24a7a..22f5bca 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ ThisBuild / scalaVersion := scala212 scalacOptions ++= Seq("-deprecation", "-feature") -val sparkVersion = "3.4.0" +val sparkVersion = "3.5.0" libraryDependencies ++= Seq( "org.apache.spark" %% "spark-core" % sparkVersion % "provided",