From 55e7bbd1bde89b8c8f6c2af1f1e86a74f141af48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 19:48:43 +0000 Subject: [PATCH] Bump arrowVersion from 2.0.1 to 2.1.0 Bumps `arrowVersion` from 2.0.1 to 2.1.0. Updates `io.arrow-kt:arrow-core` from 2.0.1 to 2.1.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/2.0.1...2.1.0) Updates `io.arrow-kt:arrow-fx-coroutines` from 2.0.1 to 2.1.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/2.0.1...2.1.0) --- updated-dependencies: - dependency-name: io.arrow-kt:arrow-core dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.arrow-kt:arrow-fx-coroutines dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9fe5404..544b0dc 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ repositories { mavenCentral() } -def arrowVersion = "2.0.1" +def arrowVersion = "2.1.0" def junitVersion = "5.11.4" dependencies {