diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-03-04 08:22:32 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-04 02:52:32 +0000 |
commit | 5bfa1383cadeef465a06231feed509426abefab1 (patch) | |
tree | 11af90fe4e0270ec944672d62e2e375169da3e10 | |
parent | 9c6ce191c70926f1e1efd5a327e9dced6763447b (diff) |
fix(deps): update kotlinresult to v1.1.20 (#2935)
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 ad422ed7..ce694580 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ coroutines = "1.8.0" flowbinding = "1.2.0" hilt = "2.51" kotlin = "1.9.22" -kotlinResult = "1.1.19" +kotlinResult = "1.1.20" lifecycle = "2.7.0" moshi = "1.15.1" |