From 037e8848809b7a942fde499844ffe184b324879d Mon Sep 17 00:00:00 2001 From: Denver Coneybeare Date: Tue, 8 Jul 2025 18:18:49 +0000 Subject: [PATCH] Upgrade app.cash.turbine:turbine from 1.2.0 to 1.2.1. --- 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 bbcc56cf29c..544bd51cf69 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -209,7 +209,7 @@ spotless-plugin-gradle = { module = "com.diffplug.spotless:spotless-plugin-gradl truth = { module = "com.google.truth:truth", version.ref = "truth" } truth-liteproto-extension = { module = "com.google.truth.extensions:truth-liteproto-extension", version.ref = "truth" } truth-proto-extension = { module = "com.google.truth.extensions:truth-proto-extension", version.ref = "truthProtoExtension" } -turbine = { module = "app.cash.turbine:turbine", version = "1.2.0" } +turbine = { module = "app.cash.turbine:turbine", version = "1.2.1" } # Remove three-ten-abp once minSdkVersion is changed to 26 or later, and, instead use the # correspondingly-named classes from the java.time package, which should be drop-in replacements.