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 {
8787 kapt(" io.vertx:vertx-codegen:$vertxVersion :processor" )
8888 compileOnly(" io.vertx:vertx-codegen:$vertxVersion " )
8989
90- detektPlugins(" io.gitlab.arturbosch.detekt:detekt-formatting:1.23.0 " )
90+ detektPlugins(" io.gitlab.arturbosch.detekt:detekt-formatting:1.23.1 " )
9191}
9292
9393tasks.withType<JavaCompile > {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pluginManagement {
55 id ' org.jetbrains.kotlin.kapt' version kotlinVersion apply false
66 id ' org.jetbrains.kotlin.plugin.noarg' version kotlinVersion apply false
77 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
99 }
1010}
1111
You can’t perform that action at this time.
0 commit comments