File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Here's what the `pom.xml` looks like for this example:
80
80
<dependency > <!-- Kotlin Spark API dependency -->
81
81
<groupId >com.github.JetBrains.kotlin-spark-api</groupId >
82
82
<artifactId >kotlin-spark-api</artifactId >
83
- <version >0.2.0 </version >
83
+ <version >0.3.1 </version >
84
84
</dependency >
85
85
<dependency > <!-- Spark dependency -->
86
86
<groupId >org.apache.spark</groupId >
@@ -171,7 +171,7 @@ dependencies {
171
171
// Kotlin stdlib
172
172
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.3.72'
173
173
// Kotlin Spark API
174
- implementation 'com.github.JetBrains.kotlin-spark-api:kotlin-spark-api:0.2.0 '
174
+ implementation 'com.github.JetBrains.kotlin-spark-api:kotlin-spark-api:0.3.1 '
175
175
// Apache Spark
176
176
compileOnly 'org.apache.spark:spark-sql_2.12:3.0.0'
177
177
}
You can’t perform that action at this time.
0 commit comments