Skip to content

Commit

Permalink
chore: Add Detekt 1.23.6 (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
helpermethod committed May 27, 2024
1 parent 95b8b21 commit a8345a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 = "005",
id = "005_add_detect_1_23_5",
order = "006",
id = "006_add_detect_1_23_6",
author = "helpermethod"
)
def migration004(implicit db: MongoDatabase): Unit = {
val version = "1.23.5"
val version = "1.23.6"
Version(
candidate = "detekt",
version = version,
Expand Down

0 comments on commit a8345a6

Please sign in to comment.