Skip to content

Commit a38cadd

Browse files
Bump io.nlopez.compose.rules:detekt from 0.4.12 to 0.5.0
Bumps [io.nlopez.compose.rules:detekt](https://github.com/mrmans0n/compose-rules) from 0.4.12 to 0.5.0. - [Release notes](https://github.com/mrmans0n/compose-rules/releases) - [Commits](mrmans0n/compose-rules@v0.4.12...v0.5.0) --- updated-dependencies: - dependency-name: io.nlopez.compose.rules:detekt dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 69ae900 commit a38cadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ dependencies {
105105
androidTestImplementation(libs.androidx.junit)
106106
androidTestImplementation(platform(libs.androidx.compose.bom))
107107
detektPlugins(libs.detekt)
108-
detektPlugins("io.nlopez.compose.rules:detekt:0.4.12")
108+
detektPlugins("io.nlopez.compose.rules:detekt:0.5.0")
109109
ktlintRuleset("io.nlopez.compose.rules:ktlint:0.4.28")
110110
implementation(libs.integrity)
111111
implementation(libs.android.image.cropper)

0 commit comments

Comments
 (0)