From 541acf4ef1936c987c5dda322f4b00c4a5313699 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 17:26:33 +0000 Subject: [PATCH] fix(deps): update kotlinresult to v2.1.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 364141ee..f1fb13b2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ haze = "1.6.9" junit = "5.13.4" konvert = "4.1.2" kotlin = "2.2.0" -kotlinResult = "2.0.1" +kotlinResult = "2.1.0" leakcanary = "3.0-alpha-8" lifecycle = "2.9.2" navigation3 = "1.0.0-alpha06"