From d49c9cba461874fa0ac2309b76f528f619ab6376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 05:32:23 +0000 Subject: [PATCH] Bump turbine from 0.11.0 to 0.12.0 Bumps [turbine](https://github.com/cashapp/turbine) from 0.11.0 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.11.0...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] --- 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 fa5f378..5d445a7 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.11.0' + testImplementation 'app.cash.turbine:turbine:0.12.0' testImplementation Dependencies.mavenCentral.kotlinSerializationJson