From 379c3ebb2bbf05139e965dc45e721126e9302a69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 05:42:04 +0000 Subject: [PATCH] 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] --- test-harness/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-harness/build.gradle b/test-harness/build.gradle index e694fdd..04e9e74 100644 --- a/test-harness/build.gradle +++ b/test-harness/build.gradle @@ -9,7 +9,7 @@ test { dependencies { kotlinTest(it) - testImplementation 'app.cash.turbine:turbine:0.10.0' + testImplementation 'app.cash.turbine:turbine:0.11.0' testImplementation Dependencies.mavenCentral.kotlinSerializationJson