Skip to content

Commit f9167fd

Browse files
Oliver Weilermarc0der
authored andcommitted
chore: Add Detekt 1.23.3
1 parent 31b5a83 commit f9167fd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/main/scala/io/sdkman/changelogs/DetektMigrations.scala

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ class DetektMigrations {
1111
author = "helpermethod"
1212
)
1313
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-
}
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+
}
2323
}

0 commit comments

Comments
 (0)