Skip to content

Commit e06ed34

Browse files
committed
update gradle.properties to reflect spark 3.3.2 version change
1 parent b65c3d5 commit e06ed34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ GROUP=org.jetbrains.kotlinx.spark
77

88
# Controls the spark and scala version for the entire project
99
# can also be defined like ./gradlew -Pspark=X.X.X -Pscala=X.X.X build
10-
spark=3.3.1
10+
spark=3.3.2
1111
scala=2.13.10
1212
# scala=2.12.17
1313
skipScalaTuplesInKotlin=false
1414

1515
org.gradle.caching=true
1616
org.gradle.parallel=false
17-
#kotlin.incremental.useClasspathSnapshot=true
17+
#kotlin.incremental.useClasspathSnapshot=true

0 commit comments

Comments
 (0)