From 3a2f91fa326b7cc45e1298b9c489ffe2f54de5fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C5=A1a=20Zejnilovi=C4=87?= Date: Tue, 5 Sep 2023 11:48:25 +0200 Subject: [PATCH 1/2] Update README.md release 0.2.1 --- README.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 00c17d2..bb45c53 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The library needs following dependencies to be included in your project ```sbt "org.apache.spark" %% "spark-core" % SPARK_VERSION, "org.apache.spark" %% "spark-sql" % SPARK_VERSION, -"za.co.absa" %% s"spark-commons-spark${SPARK_MAJOR}.${SPARK_MINOR}" % "0.3.1", +"za.co.absa" %% s"spark-commons-spark${SPARK_MAJOR}.${SPARK_MINOR}" % "0.6.1", ``` ### Usage in SBT: @@ -45,10 +45,20 @@ The library needs following dependencies to be included in your project ``` +### Scala 2.13 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/za.co.absa/spark-data-standardization_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/za.co.absa/spark-data-standardization_2.13) + +```xml + + za.co.absa + spark-data-standardization_2.13 + ${latest_version} + +``` + Spark and Scala compatibility ->| | Scala 2.11 | Scala 2.12 | ->|---|---|---| ->|Spark| 2.4.X | 3.2.1 | +>| | Scala 2.11 | Scala 2.12 | Scala 2.13 | +>|---|---|---|---| +>|Spark| 2.4.X | 3.2.1 | 3.2.1 | ## How to Release From 5bbf2285ca4bc5f304e8931c9da19cd196e24c1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C5=A1a=20Zejnilovi=C4=87?= Date: Wed, 6 Sep 2023 12:49:59 +0200 Subject: [PATCH 2/2] Update README.md Co-authored-by: Ladislav Sulak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb45c53..f241152 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ The library needs following dependencies to be included in your project Spark and Scala compatibility >| | Scala 2.11 | Scala 2.12 | Scala 2.13 | >|---|---|---|---| ->|Spark| 2.4.X | 3.2.1 | 3.2.1 | +>|Spark| 2.4.7 | 3.2.1 | 3.2.1 | ## How to Release