Skip to content

Commit

Permalink
fix(deps): update dependency io.nlopez.compose.rules:detekt to v0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent af5e63b commit 71234c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ androidx-test-rules = { module = "androidx.test:rules", version = "1.5.0" }
androidx-work-runtime = { module = "androidx.work:work-runtime-ktx", version = "2.9.0" }
coil = { module = "io.coil-kt:coil", version.ref = "coil" }
coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
detekt-compose = { module = "io.nlopez.compose.rules:detekt", version = "0.3.11" }
detekt-compose = { module = "io.nlopez.compose.rules:detekt", version = "0.4.10" }
detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }
detekt-kotlin-compiler = { module = "com.braisgabin.detekt:kotlin-compiler-wrapper", version = "0.0.4" }
google-accompanist-flowlayout = { module = "com.google.accompanist:accompanist-flowlayout", version.ref = "accompanist" }
Expand Down

0 comments on commit 71234c5

Please sign in to comment.