From e257c0bb69a4c9db81e7f6d947b206882a0d462e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 16:51:44 +0000 Subject: [PATCH] Bump app.cash.turbine:turbine from 1.0.0 to 1.2.0 Bumps [app.cash.turbine:turbine](https://github.com/cashapp/turbine) from 1.0.0 to 1.2.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.2.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 a1d03ab..e1c3a27 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -24,7 +24,7 @@ composePlatform = "2024.09.00" activityCompose = "1.9.2" hiltNavigationCompose = "1.2.0" composeLifecycle = "2.8.5" -turbine = "1.0.0" +turbine = "1.2.0" [libraries] androidxCoreKtx = { module = "androidx.core:core-ktx", version.ref = "androidxCore" }