aboutsummaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-01-26 09:42:23 +0000
committerGitHub <noreply@github.com>2024-01-26 09:42:23 +0000
commitbadec6409efddb73429ccbcd7a8b60cdcbf10170 (patch)
tree54024becfab9362b1fdfb3eea8561664814ec4de /gradle
parentdfc85d219ded4395c1d38fee225f9348bcab0914 (diff)
fix(deps): update dependency com.slack.lint.compose:compose-lint-checks to v1.3.1 (#2874)
* fix(deps): update dependency com.slack.lint.compose:compose-lint-checks to v1.3.1 * refactor: address issues from compose-lints 1.3.x --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'gradle')
-rw-r--r--gradle/libs.versions.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index bc37494c..ec630a5f 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -76,7 +76,7 @@ thirdparty-bouncycastle-bcprov = { module = "org.bouncycastle:bcprov-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.3.0"
+thirdparty-compose-lints = "com.slack.lint.compose:compose-lint-checks:1.3.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" }