From bf4f318574d997327cfebf0833c94135a99f5442 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 06:27:35 +0000 Subject: [PATCH] Bump arrowVersion from 2.1.1 to 2.1.2 Bumps `arrowVersion` from 2.1.1 to 2.1.2. Updates `io.arrow-kt:arrow-core` from 2.1.1 to 2.1.2 - [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.1...2.1.2) Updates `io.arrow-kt:arrow-fx-coroutines` from 2.1.1 to 2.1.2 - [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.1...2.1.2) --- updated-dependencies: - dependency-name: io.arrow-kt:arrow-core dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.arrow-kt:arrow-fx-coroutines dependency-version: 2.1.2 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 407523d..77734e0 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ repositories { mavenCentral() } -def arrowVersion = "2.1.1" +def arrowVersion = "2.1.2" def junitVersion = "5.12.2" dependencies {