From 1f92211854163c65f2ad43f3965cd932c6453e51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 01:44:24 +0000 Subject: [PATCH] fix(deps): update kotlinresult to v2.0.1 --- 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 4d903399..de134eea 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ haze = "1.1.1" junit = "5.11.4" konvert = "4.0.1" kotlin = "2.1.0" -kotlinResult = "2.0.0" +kotlinResult = "2.0.1" leakcanary = "3.0-alpha-8" lifecycle = "2.9.0-alpha08" navigation = "2.9.0-alpha04"