Skip to content

Commit f97e0cd

Browse files
Merge pull request #84 from pradeepmaripala/spark-3.2
updated the quenya dsl version
2 parents b6c8b38 + 42041f8 commit f97e0cd

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ The Almaren Framework provides a simplified consistent minimalistic layer over A
6060
To add Almaren Framework dependency to your sbt build:
6161

6262
```
63-
libraryDependencies += "com.github.music-of-the-ainur" %% "almaren-framework" % "0.9.9-3.2"
63+
libraryDependencies += "com.github.music-of-the-ainur" %% "almaren-framework" % "0.9.10-3.2"
6464
```
6565

6666
To run in spark-shell:
6767

6868
```
69-
spark-shell --packages "com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9-3.2"
69+
spark-shell --packages "com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10-3.2"
7070
```
7171

7272

@@ -76,14 +76,14 @@ repository.
7676

7777
| version | Connector Artifact |
7878
|----------------------------|------------------------------------------------------------------|
79-
| Spark 3.4.x and scala 2.13 | `com.github.music-of-the-ainur:almaren-framework_2.13:0.9.9-3.4` |
80-
| Spark 3.4.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9-3.4` |
81-
| Spark 3.3.x and scala 2.13 | `com.github.music-of-the-ainur:almaren-framework_2.13:0.9.9-3.3` |
82-
| Spark 3.3.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9-3.3` |
83-
| Spark 3.2.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9-3.2` |
84-
| Spark 3.1.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9-3.1` |
85-
| Spark 2.4.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9-2.4` |
86-
| Spark 2.4.x and scala 2.11 | `com.github.music-of-the-ainur:almaren-framework_2.11:0.9.9-2.4` |
79+
| Spark 3.4.x and scala 2.13 | `com.github.music-of-the-ainur:almaren-framework_2.13:0.9.10-3.4` |
80+
| Spark 3.4.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10-3.4` |
81+
| Spark 3.3.x and scala 2.13 | `com.github.music-of-the-ainur:almaren-framework_2.13:0.9.10-3.3` |
82+
| Spark 3.3.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10-3.3` |
83+
| Spark 3.2.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10-3.2` |
84+
| Spark 3.1.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10-3.1` |
85+
| Spark 2.4.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10-2.4` |
86+
| Spark 2.4.x and scala 2.11 | `com.github.music-of-the-ainur:almaren-framework_2.11:0.9.10-2.4` |
8787

8888
### Batch Example
8989
```scala

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ libraryDependencies ++= Seq(
1919
"org.apache.spark" %% "spark-sql-kafka-0-10" % sparkVersion % "provided",
2020
"org.apache.spark" %% "spark-avro" % sparkVersion,
2121
"com.databricks" %% "spark-xml" % "0.14.0",
22-
"com.github.music-of-the-ainur" %% "quenya-dsl" % s"1.2.2-${majorVersion}",
22+
"com.github.music-of-the-ainur" %% "quenya-dsl" % s"1.2.3-${majorVersion}",
2323
"org.scalatest" %% "scalatest" % "3.2.14" % "test",
2424
"org.postgresql" % "postgresql" % "42.2.8" % "test"
2525
)
@@ -67,4 +67,4 @@ ThisBuild / publishTo := {
6767
}
6868

6969
ThisBuild / publishMavenStyle := true
70-
updateOptions := updateOptions.value.withGigahorse(false)
70+
updateOptions := updateOptions.value.withGigahorse(false)

0 commit comments

Comments
 (0)