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 36bc4eb commit eb0be8fCopy full SHA for eb0be8f
src/main/scala/io/sdkman/changelogs/SparkMigrations.scala
@@ -8,9 +8,9 @@ import org.bson.Document
8
class SparkMigrations {
9
10
@ChangeSet(
11
- order = "029",
12
- id = "029-latest-spark-versions",
13
- author = "cphbrt"
+ order = "030",
+ id = "030-latest-spark-versions",
+ author = "noobzik"
14
)
15
def migration029(implicit db: MongoDatabase): Document = {
16
Map(
0 commit comments