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 c002365 commit f1db955Copy full SHA for f1db955
build.gradle.kts
@@ -20,7 +20,7 @@ ktlint {
20
dependencies {
21
val kotlinGradlePlugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10"
22
val ktlintPlugin = "org.jlleitschuh.gradle:ktlint-gradle:11.6.1"
23
- val detectPlugin = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.5"
+ val detectPlugin = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.6"
24
25
implementation(gradleApi())
26
implementation("com.coditory.gradle:manifest-plugin:0.2.6")
0 commit comments