diff --git a/README.md b/README.md index 4ae0d45e..973819ab 100644 --- a/README.md +++ b/README.md @@ -60,13 +60,13 @@ The Almaren Framework provides a simplified consistent minimalistic layer over A To add Almaren Framework dependency to your sbt build: ``` -libraryDependencies += "com.github.music-of-the-ainur" %% "almaren-framework" % "0.9.9-3.2" +libraryDependencies += "com.github.music-of-the-ainur" %% "almaren-framework" % "0.9.10-3.2" ``` To run in spark-shell: ``` -spark-shell --packages "com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9-3.2" +spark-shell --packages "com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10-3.2" ``` @@ -76,14 +76,14 @@ repository. | version | Connector Artifact | |----------------------------|------------------------------------------------------------------| -| Spark 3.4.x and scala 2.13 | `com.github.music-of-the-ainur:almaren-framework_2.13:0.9.9-3.4` | -| Spark 3.4.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9-3.4` | -| Spark 3.3.x and scala 2.13 | `com.github.music-of-the-ainur:almaren-framework_2.13:0.9.9-3.3` | -| Spark 3.3.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9-3.3` | -| Spark 3.2.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9-3.2` | -| Spark 3.1.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9-3.1` | -| Spark 2.4.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9-2.4` | -| Spark 2.4.x and scala 2.11 | `com.github.music-of-the-ainur:almaren-framework_2.11:0.9.9-2.4` | +| Spark 3.4.x and scala 2.13 | `com.github.music-of-the-ainur:almaren-framework_2.13:0.9.10-3.4` | +| Spark 3.4.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10-3.4` | +| Spark 3.3.x and scala 2.13 | `com.github.music-of-the-ainur:almaren-framework_2.13:0.9.10-3.3` | +| Spark 3.3.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10-3.3` | +| Spark 3.2.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10-3.2` | +| Spark 3.1.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10-3.1` | +| Spark 2.4.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10-2.4` | +| Spark 2.4.x and scala 2.11 | `com.github.music-of-the-ainur:almaren-framework_2.11:0.9.10-2.4` | ### Batch Example ```scala diff --git a/build.sbt b/build.sbt index fe3a83dd..87e5ec33 100755 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ libraryDependencies ++= Seq( "org.apache.spark" %% "spark-sql-kafka-0-10" % sparkVersion % "provided", "org.apache.spark" %% "spark-avro" % sparkVersion, "com.databricks" %% "spark-xml" % "0.14.0", - "com.github.music-of-the-ainur" %% "quenya-dsl" % s"1.2.2-${majorVersion}", + "com.github.music-of-the-ainur" %% "quenya-dsl" % s"1.2.3-${majorVersion}", "org.scalatest" %% "scalatest" % "3.2.14" % "test", "org.postgresql" % "postgresql" % "42.2.8" % "test" ) @@ -67,4 +67,4 @@ ThisBuild / publishTo := { } ThisBuild / publishMavenStyle := true -updateOptions := updateOptions.value.withGigahorse(false) \ No newline at end of file +updateOptions := updateOptions.value.withGigahorse(false)