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