Skip to content

Commit 390021b

Browse files
dependabot[bot]harikrishnan83
authored andcommitted
Bump arrowVersion from 2.0.1 to 2.1.0
Bumps `arrowVersion` from 2.0.1 to 2.1.0. Updates `io.arrow-kt:arrow-core` from 2.0.1 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](arrow-kt/arrow@2.0.1...2.1.0) Updates `io.arrow-kt:arrow-fx-coroutines` from 2.0.1 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](arrow-kt/arrow@2.0.1...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-minor - dependency-name: io.arrow-kt:arrow-fx-coroutines dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 60597a2 commit 390021b

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 = "2.0.1"
12+
def arrowVersion = "2.1.0"
1313
def junitVersion = "5.11.4"
1414

1515
dependencies {

0 commit comments

Comments
 (0)