Skip to content

Commit

Permalink
[dependabot-gradle] Bump io.arrow-kt:arrow-stack from 1.2.1 to 1.2.3
Browse files Browse the repository at this point in the history
Bumps [io.arrow-kt:arrow-stack](https://github.com/arrow-kt/arrow) from 1.2.1 to 1.2.3.
- [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.1...1.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and koenighotze committed Mar 27, 2024
1 parent 0996401 commit a32282f
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
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation("org.springframework.retry:spring-retry")


implementation(platform("io.arrow-kt:arrow-stack:1.2.1"))
implementation(platform("io.arrow-kt:arrow-stack:1.2.3"))
// no versions on libraries
implementation("io.arrow-kt:arrow-core")
implementation("io.arrow-kt:arrow-fx-coroutines")
Expand Down

0 comments on commit a32282f

Please sign in to comment.