Skip to content

Commit f8dad3e

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

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.1.0"
12+
def arrowVersion = "2.1.1"
1313
def junitVersion = "5.11.4"
1414

1515
dependencies {

0 commit comments

Comments
 (0)