From 0636090e519c27a9041df321cab60e44c3791132 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 05:27:46 +0000 Subject: [PATCH] Bump turbine from 0.7.0 to 0.8.0 Bumps [turbine](https://github.com/cashapp/turbine) from 0.7.0 to 0.8.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.7.0...0.8.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 886077e..cebc81f 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.7.0' + testImplementation 'app.cash.turbine:turbine:0.8.0' testImplementation Dependencies.mavenCentral.kotlinSerializationJson