From 0e55ef8b9a970605a117c21a5084eb4df0cc1bbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 02:29:41 +0000 Subject: [PATCH] Bump turbine from 0.6.1 to 0.11.0 Bumps [turbine](https://github.com/cashapp/turbine) from 0.6.1 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.6.1...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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ac979e2..1437a8d 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.11.0' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'