Skip to content

Commit 570731f

Browse files
author
Oliver Weiler
authored
chore: Add Detekt 1.23.7 (sdkman#706)
1 parent 19f406c commit 570731f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ import com.mongodb.client.MongoDatabase
66
@ChangeLog(order = "079")
77
class DetektMigrations {
88
@ChangeSet(
9-
order = "006",
10-
id = "006_add_detect_1_23_6",
9+
order = "007",
10+
id = "007_add_detect_1_23_7",
1111
author = "helpermethod"
1212
)
13-
def migration004(implicit db: MongoDatabase): Unit = {
14-
val version = "1.23.6"
13+
def migration007(implicit db: MongoDatabase): Unit = {
14+
val version = "1.23.7"
1515
Version(
1616
candidate = "detekt",
1717
version = version,

0 commit comments

Comments
 (0)