Skip to content

Commit

Permalink
Bump io.kotest.extensions:kotest-assertions-arrow from 1.4.0 to 2.0.0 (
Browse files Browse the repository at this point in the history
…#138)

Bumps [io.kotest.extensions:kotest-assertions-arrow](https://github.com/kotest/kotest-extensions-arrow) from 1.4.0 to 2.0.0.
- [Release notes](https://github.com/kotest/kotest-extensions-arrow/releases)
- [Commits](https://github.com/kotest/kotest-extensions-arrow/commits/v2.0.0)

---
updated-dependencies:
- dependency-name: io.kotest.extensions:kotest-assertions-arrow
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 25, 2024
1 parent dbd2cc9 commit 6d1f0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {

api("io.kotest:kotest-assertions-core:$kotestVersion")
api("io.kotest:kotest-assertions-json:$kotestVersion")
api("io.kotest.extensions:kotest-assertions-arrow:1.4.0")
api("io.kotest.extensions:kotest-assertions-arrow:2.0.0")
api("io.kotest:kotest-extensions:$kotestVersion")

api(platform("org.junit:junit-bom:5.11.4"))
Expand Down

0 comments on commit 6d1f0a0

Please sign in to comment.