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 bc47901 commit 107c989Copy full SHA for 107c989
src/main/scala/io/sdkman/changelogs/MyBatisMigrations.scala
@@ -23,12 +23,12 @@ class MyBatisMigrations {
23
).insert()
24
}
25
@ChangeSet(
26
- order = "004",
27
- id = "004-add_latest_mybatis_migrations",
+ order = "005",
+ id = "005-add_latest_mybatis_migrations",
28
author = "xshyamx"
29
)
30
- def migration004(implicit db: MongoDatabase): Unit = {
31
- val version = "3.3.10"
+ def migration005(implicit db: MongoDatabase): Unit = {
+ val version = "3.3.11"
32
Version(
33
candidate = CandidateName,
34
version = version,
0 commit comments