diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-03-17 06:33:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-17 06:33:48 +0000 |
commit | 48067b4a01281d1cb3a8f67493ef18994c6396ce (patch) | |
tree | adc7583de34bc41e20ac81c6ea0f7120bddc318f /gradle/libs.versions.toml | |
parent | b01fddaa56d29ed99c627c490ee0a8fd77839dc8 (diff) |
fix(deps): update kotlinresult to v1.1.21 (#2958)
* fix(deps): update kotlinresult to v1.1.21
* refactor: fix deprecation warnings
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
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 c7b4b3e4..617aad76 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.23" -kotlinResult = "1.1.20" +kotlinResult = "1.1.21" lifecycle = "2.7.0" moshi = "1.15.1" |