aboutsummaryrefslogtreecommitdiff
path: root/gradle/libs.versions.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-01-26 02:56:48 +0530
committerGitHub <noreply@github.com>2024-01-25 21:26:48 +0000
commitdfc85d219ded4395c1d38fee225f9348bcab0914 (patch)
treeb746e71c3c382f3412bf5df2ebf4274eea2b7011 /gradle/libs.versions.toml
parenta3d0b990c720d7a2e98de5ff444054f0e57fb60b (diff)
fix(deps): update dependency com.slack.lint.compose:compose-lint-checks to v1.3.0 (#2873)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'gradle/libs.versions.toml')
-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 3657323b..bc37494c 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.2.0"
+thirdparty-compose-lints = "com.slack.lint.compose:compose-lint-checks:1.3.0"
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" }