From ac6ae1726f7c9861c828d61e7e166abfb79f209d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 11:06:11 +0000 Subject: [PATCH] fix(deps): update dependency io.arrow-kt:arrow-core to v1.2.3 | datasource | package | from | to | | ---------- | ---------------------- | ----- | ----- | | maven | io.arrow-kt:arrow-core | 1.2.2 | 1.2.3 | --- 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 557ba1ce..30792bcd 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.2" + private const val version = "1.2.3" const val core = "io.arrow-kt:arrow-core:$version" }