Bump turbine from 0.10.0 to 0.11.0

Bumps [turbine](https://github.com/cashapp/turbine) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/cashapp/turbine/releases)
- [Changelog](https://github.com/cashapp/turbine/blob/trunk/CHANGELOG.md)
- [Commits](https://github.com/cashapp/turbine/compare/0.10.0...0.11.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>
This commit is contained in:
dependabot[bot] 2022-09-22 05:42:04 +00:00 committed by GitHub
parent a78b99fe50
commit 379c3ebb2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ test {
dependencies { dependencies {
kotlinTest(it) kotlinTest(it)
testImplementation 'app.cash.turbine:turbine:0.10.0' testImplementation 'app.cash.turbine:turbine:0.11.0'
testImplementation Dependencies.mavenCentral.kotlinSerializationJson testImplementation Dependencies.mavenCentral.kotlinSerializationJson