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 652d9ce commit 9921347Copy full SHA for 9921347
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.2")
91
}
92
93
tasks.withType<JavaCompile> {
0 commit comments