diff --git a/build.gradle.kts b/build.gradle.kts index 0caf766..b4277ad 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -67,7 +67,7 @@ dependencies { implementation("com.ensody.reactivestate:reactivestate") // Arrow-kt - val arrow = "2.1.1" + val arrow = "2.1.2" implementation("io.arrow-kt:arrow-core:$arrow") implementation("io.arrow-kt:arrow-fx-coroutines:$arrow") implementation("io.arrow-kt:arrow-autoclose:$arrow")