From 20a31520c777b700201bcaf84982366ca9bda68d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 21:55:40 +0000 Subject: [PATCH] Bump io.arrow-kt:arrow-core from 1.2.4 to 2.1.0 Bumps [io.arrow-kt:arrow-core](https://github.com/arrow-kt/arrow) from 1.2.4 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/1.2.4...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-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 ef642fb..e11550c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { implementation("com.beust:klaxon:5.6") implementation("com.akuleshov7:ktoml-core:0.5.2") implementation("com.akuleshov7:ktoml-file:0.5.2") - implementation("io.arrow-kt:arrow-core:1.2.4") + implementation("io.arrow-kt:arrow-core:2.1.0") // IntelliJ Platform Gradle Plugin Dependencies Extension - read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-dependencies-extension.html intellijPlatform {