We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b5a83 commit f9167fdCopy full SHA for f9167fd
src/main/scala/io/sdkman/changelogs/DetektMigrations.scala
@@ -11,13 +11,13 @@ class DetektMigrations {
11
author = "helpermethod"
12
)
13
def migration003(implicit db: MongoDatabase): Unit = {
14
- val version = "1.23.3"
15
- Version(
16
- candidate = "detekt",
17
- version = version,
18
- url =
19
- f"https://github.com/detekt/detekt/releases/download/v$version/detekt-cli-$version.zip"
20
- ).validate()
21
- .insert()
22
- }
+ 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()
+ }
23
}
0 commit comments