From c4313d85b9593089b37feee08b2aefb12f6a4129 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 17:51:02 +0000 Subject: [PATCH] Update dependency io.arrow-kt:arrow-core to v2.2.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 38b70a4..598ba4b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.2") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.10.2") - implementation("io.arrow-kt:arrow-core:2.1.1") + implementation("io.arrow-kt:arrow-core:2.2.0") implementation("com.google.code.gson:gson:2.13.1") testImplementation(kotlin("test")) testImplementation("org.assertj:assertj-core:3.27.3")