From 9623885fc5aad7f42d682a12d9a0d10f06c7cb3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:24:57 +0000 Subject: [PATCH] Update dependency io.arrow-kt:arrow-fx-coroutines to v1.2.4 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f63498e..2b755d1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ arrowGradleConfig = "0.12.0-rc.6" kotlinBinaryCompatibilityValidator = "0.14.0" knit = "0.4.0" ktor = "2.3.8" -arrow = "1.2.1" +arrow = "1.2.4" [libraries] coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }