Skip to content

Commit eb0be8f

Browse files
committed
ChangedSet Update
1 parent 36bc4eb commit eb0be8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import org.bson.Document
88
class SparkMigrations {
99

1010
@ChangeSet(
11-
order = "029",
12-
id = "029-latest-spark-versions",
13-
author = "cphbrt"
11+
order = "030",
12+
id = "030-latest-spark-versions",
13+
author = "noobzik"
1414
)
1515
def migration029(implicit db: MongoDatabase): Document = {
1616
Map(

0 commit comments

Comments
 (0)