Skip to content

Commit

Permalink
Bump io.arrow-kt:arrow-core from 1.2.4 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [io.arrow-kt:arrow-core](https://github.com/arrow-kt/arrow) from 1.2.4 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.4...2.0.0)

---
updated-dependencies:
- dependency-name: io.arrow-kt:arrow-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent 2c19cde commit 40cdd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.gradle.api.tasks.wrapper.Wrapper.DistributionType.BIN

val arrowVersion = "1.2.4"
val arrowVersion = "2.0.0"
val kotlinLoggingVersion = "3.0.5"
val kotlinTestVersion = "5.9.1"
val wireMockVersion = "3.0.1"
Expand Down

0 comments on commit 40cdd64

Please sign in to comment.