Skip to content

Commit

Permalink
chore: Add Detekt 1.23.7 (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Weiler authored Sep 9, 2024
1 parent 19f406c commit 570731f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/scala/io/sdkman/changelogs/DetektMigrations.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ import com.mongodb.client.MongoDatabase
@ChangeLog(order = "079")
class DetektMigrations {
@ChangeSet(
order = "006",
id = "006_add_detect_1_23_6",
order = "007",
id = "007_add_detect_1_23_7",
author = "helpermethod"
)
def migration004(implicit db: MongoDatabase): Unit = {
val version = "1.23.6"
def migration007(implicit db: MongoDatabase): Unit = {
val version = "1.23.7"
Version(
candidate = "detekt",
version = version,
Expand Down

0 comments on commit 570731f

Please sign in to comment.