diff --git a/build.gradle b/build.gradle index 182b409..c6fe63d 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.3.2' - embed 'com.michael-bull.kotlin-result:kotlin-result:2.0.3' + embed 'com.michael-bull.kotlin-result:kotlin-result:2.3.1' testImplementation 'io.kotest:kotest-runner-junit5-jvm:6.1.6' }