Browse Source

Merge pull request #2042 from element-hq/renovate/io.nlopez.compose.rules-detekt-0.x

Update dependency io.nlopez.compose.rules:detekt to v0.3.7
pull/2046/head
Benoit Marty 9 months ago committed by GitHub
parent
commit
c82bdc41f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build.gradle.kts

2
build.gradle.kts

@ -62,7 +62,7 @@ allprojects { @@ -62,7 +62,7 @@ allprojects {
config.from(files("$rootDir/tools/detekt/detekt.yml"))
}
dependencies {
detektPlugins("io.nlopez.compose.rules:detekt:0.3.6")
detektPlugins("io.nlopez.compose.rules:detekt:0.3.7")
}
// KtLint

Loading…
Cancel
Save