Skip to content

Commit bbbc562

Browse files
committed
chore: Updates version in README
1 parent 95fbf76 commit bbbc562

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ We have opened a Spark Project Improvement Proposal: [Kotlin support for Apache
2929

3030
| Apache Spark | Scala | Kotlin for Apache Spark |
3131
|:------------:|:-----------:|:------------:|
32-
| 3.0.0 | 2.12 | kotlin-spark-api-3.0.0_2.12:1.0.0-preview1 |
32+
| 3.0.0+ | 2.12 | kotlin-spark-api-3.0.0:1.0.0-preview2 |
33+
| 2.4.1+ | 2.12 | kotlin-spark-api-2.4_2.12:1.0.0-preview2 |
34+
| 2.4.1+ | 2.11 | kotlin-spark-api-2.4_2.11:1.0.0-preview2 |
3335

3436
## Releases
3537

@@ -48,7 +50,7 @@ Here's an example `pom.xml`:
4850
```xml
4951
<dependency>
5052
<groupId>org.jetbrains.kotlinx.spark</groupId>
51-
<artifactId>kotlin-spark-api-3.0.0_2.12</artifactId>
53+
<artifactId>kotlin-spark-api-3.0.0</artifactId>
5254
<version>${kotlin-spark-api.version}</version>
5355
</dependency>
5456
<dependency>

0 commit comments

Comments
 (0)