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' }