diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-03-03 12:13:33 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-03 06:43:33 +0000 |
commit | 4ffc7385210f27a89715e73708115fac81ffba78 (patch) | |
tree | a3c529149cb11be98bf1af4586c9086122185438 /gradle/libs.versions.toml | |
parent | d5142e150162339502358ff0cd71c3dcf02dc4e5 (diff) |
fix(deps): update kotlinresult to v1.1.19 (#2932)
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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cbba28bb..ad422ed7 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.18" +kotlinResult = "1.1.19" lifecycle = "2.7.0" moshi = "1.15.1" |