Skip to content

Commit deb75c1

Browse files
dependabot[bot]harikrishnan83
authored andcommitted
Bump arrowVersion from 1.2.1 to 2.0.0
Bumps `arrowVersion` from 1.2.1 to 2.0.0. Updates `io.arrow-kt:arrow-core` from 1.2.1 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](arrow-kt/arrow@1.2.1...2.0.0) Updates `io.arrow-kt:arrow-fx-coroutines` from 1.2.1 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](arrow-kt/arrow@1.2.1...2.0.0) --- updated-dependencies: - dependency-name: io.arrow-kt:arrow-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.arrow-kt:arrow-fx-coroutines dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f495a6a commit deb75c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
mavenCentral()
1010
}
1111

12-
def arrowVersion = "1.2.1"
12+
def arrowVersion = "2.0.0"
1313
def junitVersion = "5.11.4"
1414

1515
dependencies {

0 commit comments

Comments
 (0)