From 9c2ec866843f4b4ece2208fad82395d225bebc4f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 7 Jun 2022 07:24:02 +0000 Subject: [PATCH 1/2] Update arrow to v1.1.2 | datasource | package | from | to | | ---------- | ------------------------------- | ----- | ----- | | maven | io.arrow-kt:arrow-fx-coroutines | 1.0.1 | 1.1.2 | | maven | io.arrow-kt:arrow-optics | 1.0.1 | 1.1.2 | | maven | io.arrow-kt:arrow-core | 1.0.1 | 1.1.2 | --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index d48224d..0452eb1 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -1,6 +1,6 @@ [versions] kotlin = "1.6.20" -arrow = "1.0.1" +arrow = "1.1.2" arrowGradleConfig = "0.10.3-alpha.1" coroutines = "1.6.1" kotlinxSerialization = "1.6.21" From a15bd7ecbc6adaf477e3a5db4f41cbb53579afe9 Mon Sep 17 00:00:00 2001 From: Imran Malic Settuba <46971368+i-walker@users.noreply.github.com> Date: Wed, 3 Aug 2022 12:51:29 +0200 Subject: [PATCH 2/2] Update libs.versions.toml --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index 0452eb1..1ef7982 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -1,6 +1,6 @@ [versions] kotlin = "1.6.20" -arrow = "1.1.2" +arrow = "1.1.3-alpha.39" arrowGradleConfig = "0.10.3-alpha.1" coroutines = "1.6.1" kotlinxSerialization = "1.6.21"