Skip to content

Commit 49f62fa

Browse files
authored
Merge pull request #183 from sourceplusplus/renovate/io.gitlab.arturbosch.detekt-detekt-formatting-1.x
fix(deps): update dependency io.gitlab.arturbosch.detekt:detekt-formatting to v1.23.1
2 parents e1bd38c + 8ed1941 commit 49f62fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

9393
tasks.withType<JavaCompile> {

0 commit comments

Comments
 (0)