Skip to content

Commit

Permalink
chore: Add Detekt 1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Weiler committed Nov 6, 2023
1 parent 31b5a83 commit cae5a84
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/main/scala/io/sdkman/changelogs/DetektMigrations.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ class DetektMigrations {
author = "helpermethod"
)
def migration003(implicit db: MongoDatabase): Unit = {
val version = "1.23.3"
Version(
candidate = "detekt",
version = version,
url =
f"https://github.com/detekt/detekt/releases/download/v$version/detekt-cli-$version.zip"
).validate()
.insert()
}
val version = "1.23.3"
Version(
candidate = "detekt",
version = version,
url =
f"https://github.com/detekt/detekt/releases/download/v$version/detekt-cli-$version.zip"
).validate()
.insert()
}
}

0 comments on commit cae5a84

Please sign in to comment.