From 6100e56d0c122b9e56f2c0f39505577b3c2801b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Nov 2022 05:05:26 +0000 Subject: [PATCH] Bump turbine from 0.12.0 to 0.12.1 Bumps [turbine](https://github.com/cashapp/turbine) from 0.12.0 to 0.12.1. - [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.12.0...0.12.1) --- updated-dependencies: - dependency-name: app.cash.turbine:turbine dependency-type: direct:production update-type: version-update:semver-patch ... 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 5d445a7..f851278 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.12.0' + testImplementation 'app.cash.turbine:turbine:0.12.1' testImplementation Dependencies.mavenCentral.kotlinSerializationJson