Skip to content

Commit 685b658

Browse files
authored
Update README.md release 0.2.1
1 parent 6807238 commit 685b658

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The library needs following dependencies to be included in your project
1515
```sbt
1616
"org.apache.spark" %% "spark-core" % SPARK_VERSION,
1717
"org.apache.spark" %% "spark-sql" % SPARK_VERSION,
18-
"za.co.absa" %% s"spark-commons-spark${SPARK_MAJOR}.${SPARK_MINOR}" % "0.3.1",
18+
"za.co.absa" %% s"spark-commons-spark${SPARK_MAJOR}.${SPARK_MINOR}" % "0.6.1",
1919
```
2020

2121
### Usage in SBT:
@@ -45,10 +45,20 @@ The library needs following dependencies to be included in your project
4545
</dependency>
4646
```
4747

48+
### 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)
49+
50+
```xml
51+
<dependency>
52+
<groupId>za.co.absa</groupId>
53+
<artifactId>spark-data-standardization_2.13</artifactId>
54+
<version>${latest_version}</version>
55+
</dependency>
56+
```
57+
4858
Spark and Scala compatibility
49-
>| | Scala 2.11 | Scala 2.12 |
50-
>|---|---|---|
51-
>|Spark| 2.4.X | 3.2.1 |
59+
>| | Scala 2.11 | Scala 2.12 | Scala 2.13 |
60+
>|---|---|---|---|
61+
>|Spark| 2.4.7 | 3.2.1 | 3.2.1 |
5262
5363
## How to Release
5464

0 commit comments

Comments
 (0)