Skip to content

Commit 731f727

Browse files
authored
Upgrade app.cash.turbine:turbine from 1.2.0 to 1.2.1. (#7120)
I'm re-attempting this upgrade that previously failed in #7028 now that kotlin has been upgraded to 2.x in #7117
1 parent b7e1397 commit 731f727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ spotless-plugin-gradle = { module = "com.diffplug.spotless:spotless-plugin-gradl
209209
truth = { module = "com.google.truth:truth", version.ref = "truth" }
210210
truth-liteproto-extension = { module = "com.google.truth.extensions:truth-liteproto-extension", version.ref = "truth" }
211211
truth-proto-extension = { module = "com.google.truth.extensions:truth-proto-extension", version.ref = "truthProtoExtension" }
212-
turbine = { module = "app.cash.turbine:turbine", version = "1.2.0" }
212+
turbine = { module = "app.cash.turbine:turbine", version = "1.2.1" }
213213

214214
# Remove three-ten-abp once minSdkVersion is changed to 26 or later, and, instead use the
215215
# correspondingly-named classes from the java.time package, which should be drop-in replacements.

0 commit comments

Comments
 (0)