File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/kotlin/org/jetbrains/kotlinx/spark/api/jupyter Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
66 <modelVersion >4.0.0</modelVersion >
77
8- <name >Kotlin Spark API: Jupyter integration for Spark 3.2 + (Scala 2.12)</name >
9- <artifactId >kotlin-spark-api-jupyter-3.2 </artifactId >
8+ <name >Kotlin Spark API: Jupyter integration for Spark 3.1 + (Scala 2.12)</name >
9+ <artifactId >kotlin-spark-api-jupyter-3.1 </artifactId >
1010 <description >Jupyter integration</description >
1111 <parent >
1212 <groupId >org.jetbrains.kotlinx.spark</groupId >
3838 <dependencies >
3939 <dependency >
4040 <groupId >org.jetbrains.kotlinx.spark</groupId >
41- <artifactId >kotlin-spark-api-3.2 </artifactId >
41+ <artifactId >kotlin-spark-api-3.1 </artifactId >
4242 <version >${project.version} </version >
4343 </dependency >
4444 <dependency >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ abstract class Integration : JupyterIntegration() {
3131 private val kotlinVersion = " 1.6.21"
3232 private val scalaCompatVersion = " 2.12"
3333 private val scalaVersion = " 2.12.15"
34- private val spark3Version = " 3.2.1 "
34+ private val spark3Version = " 3.1.3 "
3535
3636 abstract fun KotlinKernelHost.onLoaded ()
3737
You can’t perform that action at this time.
0 commit comments