Skip to content

Commit

Permalink
Update arrow to v1.2.4 (#74)
Browse files Browse the repository at this point in the history
* Update arrow to v1.2.4

* update other deps
  • Loading branch information
Synesso authored Apr 8, 2024
1 parent 4d852ad commit d9a4531
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased]

## [0.5.2] - 2024-04-08

### Changed
Upgraded Arrow to v1.2.4

## [0.5.1] - 2024-03-26
### Added
* Adds `Option.ifPresent()` as alternative to `Option.forEach()` for symmetry with `Option.ifAbsent()` (Mia Balogh)
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
arrow = "1.2.1"
junit = "5.10.1"
kotest = "5.8.0"
arrow = "1.2.4"
dokka = "1.9.20"
junit = "5.10.2"
kotest = "5.8.1"
kotestArrow = "1.4.0"
dokka = "1.9.10"
# @pin
kotlin = "1.9.0"
kotlinBinaryCompatibilityPlugin = "0.13.2"
kotlinBinaryCompatibilityPlugin = "0.14.0"
mavenPublishGradlePlugin = "0.27.0"
versionCatalogUpdateGradlePlugin = "0.8.3"
versionsGradlePlugin = "0.50.0"
Expand Down

0 comments on commit d9a4531

Please sign in to comment.