From 40cdd64878de598e2099c070890055fb6daad1af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 09:28:30 +0000 Subject: [PATCH] Bump io.arrow-kt:arrow-core from 1.2.4 to 2.0.0 Bumps [io.arrow-kt:arrow-core](https://github.com/arrow-kt/arrow) 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 ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index bcf14a2..a20af62 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ import org.gradle.api.tasks.wrapper.Wrapper.DistributionType.BIN -val arrowVersion = "1.2.4" +val arrowVersion = "2.0.0" val kotlinLoggingVersion = "3.0.5" val kotlinTestVersion = "5.9.1" val wireMockVersion = "3.0.1"