diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-10-02 21:08:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-02 21:08:10 +0000 |
commit | 52b0a0de1231dd5f7522be79ab3f641ec556c027 (patch) | |
tree | 4659180371e543dc0067dabb0877cba4e63c0939 | |
parent | e3ef7044ab65ea168503ee459ef969a66d6f9b4d (diff) |
fix(deps): update dependency com.slack.lint.compose:compose-lint-checks to v1.4.1 (#3244)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7454942a..124672ec 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -74,7 +74,7 @@ thirdparty-bouncycastle-bcutil = { module = "org.bouncycastle:bcutil-jdk18on", v # We're fine with the current version. # noinspection GradleDependency thirdparty-commons_codec = "commons-codec:commons-codec:1.14" -thirdparty-compose-lints = "com.slack.lint.compose:compose-lint-checks:1.4.0" +thirdparty-compose-lints = "com.slack.lint.compose:compose-lint-checks:1.4.1" thirdparty-eddsa = "net.i2p.crypto:eddsa:0.3.0" thirdparty-fastscroll = "me.zhanghai.android.fastscroll:library:1.3.0" thirdparty-flowbinding-android = { module = "io.github.reactivecircus.flowbinding:flowbinding-android", version.ref = "flowbinding" } |