Skip to content

Commit

Permalink
Bump arrow from 1.2.4 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps `arrow` from 1.2.4 to 2.0.0.

Updates `io.arrow-kt:arrow-core` 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)

Updates `io.arrow-kt:arrow-core-serialization` 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
- dependency-name: io.arrow-kt:arrow-core-serialization
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 6b04724 commit d898840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ kotlin = "2.1.0"
ktor = "3.0.1"
logback = "1.5.12"
metrics = "4.2.29"
arrow = "1.2.4"
arrow = "2.0.0"

[plugins]
flyway = { id = "org.flywaydb.flyway", version.ref = "flyway" }
Expand Down

0 comments on commit d898840

Please sign in to comment.