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