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 f5ce07e commit 4f0af12Copy full SHA for 4f0af12
src/main/scala/io/sdkman/changelogs/DetektMigrations.scala
@@ -6,12 +6,12 @@ import com.mongodb.client.MongoDatabase
6
@ChangeLog(order = "079")
7
class DetektMigrations {
8
@ChangeSet(
9
- order = "004",
10
- id = "004_add_detect_1_23_4",
+ order = "005",
+ id = "005_add_detect_1_23_5",
11
author = "helpermethod"
12
)
13
def migration004(implicit db: MongoDatabase): Unit = {
14
- val version = "1.23.4"
+ val version = "1.23.5"
15
Version(
16
candidate = "detekt",
17
version = version,
0 commit comments