From 607dbaa685dffcbf931adde175b4fbdee36e2026 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 10:11:34 +0000 Subject: [PATCH] Update dependency io.arrow-kt:arrow-fx-coroutines to v1.2.2 --- example/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/build.gradle.kts b/example/build.gradle.kts index 5215599..c6e3894 100644 --- a/example/build.gradle.kts +++ b/example/build.gradle.kts @@ -32,7 +32,7 @@ kotlin { val commonMain by getting { dependencies { implementation(project.rootProject) - implementation("io.arrow-kt:arrow-fx-coroutines:1.2.0") + implementation("io.arrow-kt:arrow-fx-coroutines:1.2.2") } }