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 9c9c2b0 commit ae2b781Copy full SHA for ae2b781
build.gradle.kts
@@ -88,7 +88,7 @@ dependencies {
88
annotationProcessor("io.vertx:vertx-codegen:$vertxVersion:processor")
89
kapt(findProject("codegen") ?: project(":protocol:codegen"))
90
91
- detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.21.0")
+ detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.22.0")
92
}
93
94
tasks.withType<JavaCompile> {
0 commit comments