Skip to content

Commit a8345a6

Browse files
author
Oliver Weiler
authored
chore: Add Detekt 1.23.6 (sdkman#687)
1 parent 95b8b21 commit a8345a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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 = "005",
10-
id = "005_add_detect_1_23_5",
9+
order = "006",
10+
id = "006_add_detect_1_23_6",
1111
author = "helpermethod"
1212
)
1313
def migration004(implicit db: MongoDatabase): Unit = {
14-
val version = "1.23.5"
14+
val version = "1.23.6"
1515
Version(
1616
candidate = "detekt",
1717
version = version,

0 commit comments

Comments
 (0)