From 3c8503dd37ac1f405c2d5ee1f98a8a7a21fbae5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 09:53:47 +0000 Subject: [PATCH] build(deps): Bump arrow from 1.2.4 to 2.0.0 Bumps `arrow` from 1.2.4 to 2.0.0. Updates `io.arrow-kt:arrow-core` from 1.2.4 to 2.0.0 - [Release notes](https://github.com/arrow-kt/arrow/releases) - [Changelog](https://github.com/arrow-kt/arrow/blob/main/RELEASE.md) - [Commits](https://github.com/arrow-kt/arrow/compare/1.2.4...2.0.0) Updates `io.arrow-kt:arrow-optics` from 1.2.4 to 2.0.0 - [Release notes](https://github.com/arrow-kt/arrow/releases) - [Changelog](https://github.com/arrow-kt/arrow/blob/main/RELEASE.md) - [Commits](https://github.com/arrow-kt/arrow/compare/1.2.4...2.0.0) Updates `io.arrow-kt:arrow-optics-ksp-plugin` from 1.2.4 to 2.0.0 - [Release notes](https://github.com/arrow-kt/arrow/releases) - [Changelog](https://github.com/arrow-kt/arrow/blob/main/RELEASE.md) - [Commits](https://github.com/arrow-kt/arrow/compare/1.2.4...2.0.0) --- updated-dependencies: - dependency-name: io.arrow-kt:arrow-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.arrow-kt:arrow-optics dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.arrow-kt:arrow-optics-ksp-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 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 4f8dbcda..2e6dc2c9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -47,7 +47,7 @@ androidxWork = "2.10.0" # https://github.com/harawata/appdirs appDirs = "1.2.2" # https://github.com/arrow-kt/arrow -arrow = "1.2.4" +arrow = "2.0.0" # https://github.com/AChep/bindin bindIn = "1.4.0" # https://github.com/yshrsmz/BuildKonfig