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 95b8b21 commit a8345a6Copy full SHA for a8345a6
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 = "005",
10
- id = "005_add_detect_1_23_5",
+ order = "006",
+ id = "006_add_detect_1_23_6",
11
author = "helpermethod"
12
)
13
def migration004(implicit db: MongoDatabase): Unit = {
14
- val version = "1.23.5"
+ val version = "1.23.6"
15
Version(
16
candidate = "detekt",
17
version = version,
0 commit comments