From d6d3add56699445f71d5c4706d08a002e67fe433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 05:29:26 +0000 Subject: [PATCH] Bump turbine from 0.8.0 to 0.9.0 Bumps [turbine](https://github.com/cashapp/turbine) from 0.8.0 to 0.9.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.8.0...0.9.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 cebc81f..4664053 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.8.0' + testImplementation 'app.cash.turbine:turbine:0.9.0' testImplementation Dependencies.mavenCentral.kotlinSerializationJson