Skip to content

Commit 31b5a83

Browse files
author
Oliver Weiler
committed
chore: Add Detekt 1.23.3
1 parent 2397cb6 commit 31b5a83

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,12 @@ import com.mongodb.client.MongoDatabase
66
@ChangeLog(order = "079")
77
class DetektMigrations {
88
@ChangeSet(
9-
order = "002",
10-
id = "002_add_detect_1_23_x",
9+
order = "003",
10+
id = "003_add_detect_1_23_3",
1111
author = "helpermethod"
1212
)
13-
def migration002(implicit db: MongoDatabase): Unit = {
14-
List(
15-
"1.23.0",
16-
"1.23.1"
17-
).foreach { version =>
13+
def migration003(implicit db: MongoDatabase): Unit = {
14+
val version = "1.23.3"
1815
Version(
1916
candidate = "detekt",
2017
version = version,
@@ -23,5 +20,4 @@ class DetektMigrations {
2320
).validate()
2421
.insert()
2522
}
26-
}
2723
}

0 commit comments

Comments
 (0)