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",