We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65c3d5 commit e06ed34Copy full SHA for e06ed34
gradle.properties
@@ -7,11 +7,11 @@ GROUP=org.jetbrains.kotlinx.spark
7
8
# Controls the spark and scala version for the entire project
9
# can also be defined like ./gradlew -Pspark=X.X.X -Pscala=X.X.X build
10
-spark=3.3.1
+spark=3.3.2
11
scala=2.13.10
12
# scala=2.12.17
13
skipScalaTuplesInKotlin=false
14
15
org.gradle.caching=true
16
org.gradle.parallel=false
17
-#kotlin.incremental.useClasspathSnapshot=true
+#kotlin.incremental.useClasspathSnapshot=true
0 commit comments