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 19f406c commit ea7b068Copy full SHA for ea7b068
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 = "006",
10
- id = "006_add_detect_1_23_6",
+ order = "007",
+ id = "007_add_detect_1_23_7",
11
author = "helpermethod"
12
)
13
- def migration004(implicit db: MongoDatabase): Unit = {
14
- val version = "1.23.6"
+ def migration007(implicit db: MongoDatabase): Unit = {
+ val version = "1.23.7"
15
Version(
16
candidate = "detekt",
17
version = version,
0 commit comments