Skip to content

Commit

Permalink
Merge pull request #28 from badrinathpatchikolla/spark-3.5
Browse files Browse the repository at this point in the history
Added Spark 3.5 Version Changes
  • Loading branch information
badrinathpatchikolla committed Sep 22, 2023
2 parents 1b3c1c2 + 19bec88 commit 8735f73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8735f73

Please # to comment.