From a0b9b4417f9fa7c701ab77ce96b57d539a2a79ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 13:08:25 +0000 Subject: [PATCH] fix(deps): update dependency io.arrow-kt:arrow-core to v1.2.2 | datasource | package | from | to | | ---------- | ---------------------- | ----- | ----- | | maven | io.arrow-kt:arrow-core | 1.2.1 | 1.2.2 | --- buildSrc/src/main/kotlin/deps.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/deps.kt b/buildSrc/src/main/kotlin/deps.kt index 810e11a5..cd285597 100644 --- a/buildSrc/src/main/kotlin/deps.kt +++ b/buildSrc/src/main/kotlin/deps.kt @@ -74,7 +74,7 @@ object deps { const val timber = "com.jakewharton.timber:timber:5.0.1" object arrow { - private const val version = "1.2.1" + private const val version = "1.2.2" const val core = "io.arrow-kt:arrow-core:$version" }