We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652d9ce commit ea650d2Copy full SHA for ea650d2
build.gradle.kts
@@ -87,7 +87,7 @@ dependencies {
87
kapt("io.vertx:vertx-codegen:$vertxVersion:processor")
88
compileOnly("io.vertx:vertx-codegen:$vertxVersion")
89
90
- detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.1")
+ detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.7")
91
}
92
93
tasks.withType<JavaCompile> {
0 commit comments