From 11bae36e692831cde70e13d0f013acc5943a49eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 10:39:05 +0000 Subject: [PATCH] Bump app.cash.turbine:turbine from 1.0.0 to 1.1.0 Bumps [app.cash.turbine:turbine](https://github.com/cashapp/turbine) from 1.0.0 to 1.1.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/1.0.0...1.1.0) --- updated-dependencies: - dependency-name: app.cash.turbine:turbine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 39ec265..077a4e1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ lifecycleViewmodelCompose = "2.8.0-rc01" monitor = "1.6.1" navigationCompose = "2.7.0-alpha04" pagingComposeCommon = "3.3.0-alpha02-0.5.1" -turbine = "1.0.0" +turbine = "1.1.0" timber = "5.0.1" androidxComposeCompiler = "1.5.8"