File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ dependencies {
87
87
kapt(" io.vertx:vertx-codegen:$vertxVersion :processor" )
88
88
compileOnly(" io.vertx:vertx-codegen:$vertxVersion " )
89
89
90
- detektPlugins(" io.gitlab.arturbosch.detekt:detekt-formatting:1.23.0 " )
90
+ detektPlugins(" io.gitlab.arturbosch.detekt:detekt-formatting:1.23.1 " )
91
91
}
92
92
93
93
tasks.withType<JavaCompile > {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pluginManagement {
5
5
id ' org.jetbrains.kotlin.kapt' version kotlinVersion apply false
6
6
id ' org.jetbrains.kotlin.plugin.noarg' version kotlinVersion apply false
7
7
id ' com.diffplug.spotless' version ' 6.20.0' apply false
8
- id ' io.gitlab.arturbosch.detekt' version " 1.23.0 " apply false
8
+ id ' io.gitlab.arturbosch.detekt' version " 1.23.1 " apply false
9
9
}
10
10
}
11
11
You can’t perform that action at this time.
0 commit comments