From d56c25ff57b48c5ccf1bea13e698b387b861f4ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 12:45:16 +0000 Subject: [PATCH] fix(deps): update kotlin.result to v2 --- 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 62f398ba92..8eac485137 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -45,7 +45,7 @@ glide-animation-plugin = "2.23.0" hilt = "2.51.1" junit = "4.13.2" kotlin = "2.0.0" -kotlin-result = "1.1.20" +kotlin-result = "2.0.0" ksp = "2.0.0-1.0.22" image-cropper = "4.3.2" leakcanary = "2.14"