Skip to content

Commit

Permalink
fix(deps): update dependency io.gitlab.arturbosch.detekt:detekt-forma…
Browse files Browse the repository at this point in the history
…tting to v1.23.7
  • Loading branch information
renovate[bot] authored Sep 8, 2024
1 parent 652d9ce commit ea650d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ dependencies {
kapt("io.vertx:vertx-codegen:$vertxVersion:processor")
compileOnly("io.vertx:vertx-codegen:$vertxVersion")

detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.1")
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.7")
}

tasks.withType<JavaCompile> {
Expand Down

0 comments on commit ea650d2

Please sign in to comment.