From 98e5103f9542c7b052cf7e9e535114fd506f2aa9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Sep 2025 16:33:41 +0000 Subject: [PATCH] fix(deps): update dependency com.michael-bull.kotlin-result:kotlin-result to v2.1.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4836c02..e81b5cd 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ dependencies { embed 'org.jetbrains.kotlin:kotlin-stdlib' embed 'com.google.code.gson:gson:2.13.2' embed 'com.squareup.okhttp3:okhttp:5.1.0' - embed 'com.michael-bull.kotlin-result:kotlin-result:2.0.3' + embed 'com.michael-bull.kotlin-result:kotlin-result:2.1.0' testImplementation 'io.kotest:kotest-runner-junit5-jvm:6.0.3' }