Skip to content

Commit

Permalink
chore: Add Detekt 1.23.5 (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
helpermethod committed Feb 1, 2024
1 parent f5ce07e commit 4f0af12
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 = "004",
id = "004_add_detect_1_23_4",
order = "005",
id = "005_add_detect_1_23_5",
author = "helpermethod"
)
def migration004(implicit db: MongoDatabase): Unit = {
val version = "1.23.4"
val version = "1.23.5"
Version(
candidate = "detekt",
version = version,
Expand Down

0 comments on commit 4f0af12

Please sign in to comment.