Skip to content

Commit 6cd99ce

Browse files
committed
Set spark default to 3.5.0
1 parent 650a5cf commit 6cd99ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/io/sdkman/changelogs/SparkMigrations.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ class SparkMigrations {
3535
s"https://archive.apache.org/dist/spark/spark-$version/spark-$version-bin-$distribution.tgz"
3636
)
3737
}
38-
setCandidateDefault("spark", "2.2.2")
38+
setCandidateDefault("spark", "3.5.0")
3939
}
4040
}

0 commit comments

Comments
 (0)