Skip to content

Commit

Permalink
Set spark default to 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0der committed Jun 21, 2024
1 parent 6cd99ce commit 58fb1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/io/sdkman/changelogs/SparkMigrations.scala
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ class SparkMigrations {
s"https://archive.apache.org/dist/spark/spark-$version/spark-$version-bin-$distribution.tgz"
)
}
setCandidateDefault("spark", "3.5.0")
setCandidateDefault("spark", "3.5.1")
}
}

0 comments on commit 58fb1e2

Please sign in to comment.