aboutsummaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-03-17 06:33:48 +0000
committerGitHub <noreply@github.com>2024-03-17 06:33:48 +0000
commit48067b4a01281d1cb3a8f67493ef18994c6396ce (patch)
treeadc7583de34bc41e20ac81c6ea0f7120bddc318f /gradle
parentb01fddaa56d29ed99c627c490ee0a8fd77839dc8 (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')
-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 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"