Merge pull request #247 from ouchadam/dependabot/gradle/app.cash.turbine-turbine-0.12.1

Bump turbine from 0.12.0 to 0.12.1
This commit is contained in:
Adam Brown 2022-11-04 08:25:39 +00:00 committed by GitHub
commit 82de03e963
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 {
kotlinTest(it)
testImplementation 'app.cash.turbine:turbine:0.12.0'
testImplementation 'app.cash.turbine:turbine:0.12.1'
testImplementation Dependencies.mavenCentral.kotlinSerializationJson