From a38bb0a6a36fbaa8049dc4e4e1cbc0c4c29c3831 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 02:39:32 +0000 Subject: [PATCH] Bump turbine from 0.6.1 to 0.12.0 Bumps [turbine](https://github.com/cashapp/turbine) from 0.6.1 to 0.12.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.6.1...0.12.0) --- updated-dependencies: - dependency-name: app.cash.turbine:turbine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ac979e2..c932f59 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -104,7 +104,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation "io.mockk:mockk:1.12.0" - testImplementation 'app.cash.turbine:turbine:0.6.1' + testImplementation 'app.cash.turbine:turbine:0.12.0' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'