Skip to content

Commit

Permalink
Bump app.cash.turbine:turbine from 1.0.0 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps [app.cash.turbine:turbine](https://github.com/cashapp/turbine) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/cashapp/turbine/releases)
- [Changelog](https://github.com/cashapp/turbine/blob/trunk/CHANGELOG.md)
- [Commits](cashapp/turbine@1.0.0...1.1.0)

---
updated-dependencies:
- dependency-name: app.cash.turbine:turbine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 7, 2024
1 parent 45e0d4d commit 0cde5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ kotlin {
}
val commonTest by getting {
dependencies {
implementation("app.cash.turbine:turbine:1.0.0")
implementation("app.cash.turbine:turbine:1.1.0")
implementation(kotlin("test"))
}
}
Expand Down

0 comments on commit 0cde5e8

Please sign in to comment.