File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed
Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff 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+
4858Spark 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
You can’t perform that action at this time.
0 commit comments