Skip to content

Commit b4842a7

Browse files
committed
Update README after the release.
1 parent aba4e68 commit b4842a7

File tree

1 file changed

+27
-16
lines changed

1 file changed

+27
-16
lines changed

README.md

Lines changed: 27 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,40 @@ arbitrary levels of nesting.
1111

1212
Reference the library
1313

14-
### Scala 2.11 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/za.co.absa/spark-hats_2.11/badge.svg)](https://maven-badges.herokuapp.com/maven-central/za.co.absa/spark-hats_2.11)
15-
16-
```
17-
groupId: za.co.absa
18-
artifactId: spark-hats_2.11
19-
version: 0.2.2
20-
```
21-
22-
### Scala 2.12 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/za.co.absa/spark-hats_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/za.co.absa/spark-hats_2.12)
23-
24-
```
25-
groupId: za.co.absa
26-
artifactId: spark-hats_2.12
27-
version: 0.2.2
28-
```
14+
<table>
15+
<tr><th>Scala 2.11</th><th>Scala 2.12</th><th>Scala 2.13</th></tr>
16+
<tr>
17+
<td align="center">
18+
<a href = "https://maven-badges.herokuapp.com/maven-central/za.co.absa/spark-hats_2.11"><img src = "https://maven-badges.herokuapp.com/maven-central/za.co.absa/spark-hats_2.11/badge.svg" alt="Maven Central"></a><br>
19+
</td>
20+
<td align="center">
21+
<a href = "https://maven-badges.herokuapp.com/maven-central/za.co.absa/spark-hats_2.12"><img src = "https://maven-badges.herokuapp.com/maven-central/za.co.absa/spark-hats_2.12/badge.svg" alt="Maven Central"></a><br>
22+
</td>
23+
<td align="center">
24+
<a href = "https://maven-badges.herokuapp.com/maven-central/za.co.absa/spark-hats_2.13"><img src = "https://maven-badges.herokuapp.com/maven-central/za.co.absa/spark-hats_2.13/badge.svg" alt="Maven Central"></a><br>
25+
</td>
26+
</tr>
27+
<tr>
28+
<td>
29+
<pre>groupId: za.co.absa<br>artifactId: spark-hats_2.11<br>version: 0.3.0</pre>
30+
</td>
31+
<td>
32+
<pre>groupId: za.co.absa<br>artifactId: spark-hats_2.12<br>version: 0.3.0</pre>
33+
</td>
34+
<td>
35+
<pre>groupId: za.co.absa<br>artifactId: spark-hats_2.13<br>version: 0.3.0</pre>
36+
</td>
37+
</tr>
38+
</table>
2939

3040
Please, use the table below to determine what version of spark-hats to use for Spark compatibility.
3141

3242
| spark-hats version | Scala version | Spark version |
3343
|:------------------:|:-------------:|:---------------:|
3444
| 0.1.x | 2.11, 2.12 | 2.4.3+ |
3545
| 0.2.x | 2.11, 2.12 | 2.4.3+ |
36-
| 0.2.x | 2.12 | 3.0.0+ |
46+
| 0.2.x | 2.12 | 3.0.0+ |
47+
| 0.3.x | 2.12, 2.13 | 3.0.0+ |
3748

3849
To use the extensions you need to add this import to your Spark application or shell:
3950
```scala

0 commit comments

Comments
 (0)