Skip to content

Commit

Permalink
Bump io.arrow-kt:arrow-stack from 1.1.6-alpha.91 to 1.2.0-RC
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.1.6-alpha.91 to 1.2.0-RC.
- [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.1.6-alpha.91...1.2.0-RC)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 4, 2023
1 parent c8aa77f commit dc87fef
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 @@ -22,7 +22,7 @@ val ktlint: Configuration by configurations.creating
dependencies {
compileOnly("io.gitlab.arturbosch.detekt:detekt-api:1.22.0")

testImplementation(platform("io.arrow-kt:arrow-stack:1.1.6-alpha.91"))
testImplementation(platform("io.arrow-kt:arrow-stack:1.2.0-RC"))
testImplementation("io.arrow-kt:arrow-core")

testImplementation("io.gitlab.arturbosch.detekt:detekt-test:1.22.0")
Expand Down

0 comments on commit dc87fef

Please sign in to comment.