Skip to content

Commit 0563674

Browse files
committed
3.2 -> 3.1
1 parent b15576b commit 0563674

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

jupyter/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
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>
@@ -38,7 +38,7 @@
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>

jupyter/src/main/kotlin/org/jetbrains/kotlinx/spark/api/jupyter/Integration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)