File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
src/main/scala/io/sdkman/changelogs Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,11 @@ import com.mongodb.client.MongoDatabase
66@ ChangeLog (order = " 079" )
77class DetektMigrations {
88
9- @ ChangeSet (order = " 001" , id = " 001_add_detect_3_2_4" , author = " helpermethod" )
9+ @ ChangeSet (
10+ order = " 001" ,
11+ id = " 001_add_detect_3_2_4" ,
12+ author = " helpermethod"
13+ )
1014 def migration001 (implicit db : MongoDatabase ): Version = {
1115 Candidate (
1216 candidate = " detekt" ,
@@ -20,7 +24,8 @@ class DetektMigrations {
2024 Version (
2125 candidate = " detekt" ,
2226 version = " 1.22.0" ,
23- url = " https://github.com/detekt/detekt/releases/download/v1.22.0/detekt-cli-1.22.0.zip"
27+ url =
28+ " https://github.com/detekt/detekt/releases/download/v1.22.0/detekt-cli-1.22.0.zip"
2429 ).insert()
2530 }
2631}
You can’t perform that action at this time.
0 commit comments