Skip to content

Commit cf178d5

Browse files
fix(deps): update dependency io.gitlab.arturbosch.detekt:detekt-formatting to v1.23.6
1 parent a070c30 commit cf178d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ subprojects {
7474
}
7575

7676
dependencies {
77-
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.1")
77+
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.6")
7878
}
7979
}
8080

@@ -114,7 +114,7 @@ dockerCompose {
114114
}
115115

116116
dependencies {
117-
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.1")
117+
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.6")
118118
}
119119

120120
detekt {

0 commit comments

Comments
 (0)