From d4720172824e43e46a1371d001ba7bee2d2fbf4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 21:49:23 +0000 Subject: [PATCH] Bump io.arrow-kt:arrow-core from 1.2.4 to 2.1.2 Bumps [io.arrow-kt:arrow-core](https://github.com/arrow-kt/arrow) from 1.2.4 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/1.2.4...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-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..8dc3e2c 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.2") // IntelliJ Platform Gradle Plugin Dependencies Extension - read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-dependencies-extension.html intellijPlatform {