From 04acc184f1291f6203a23ee8ad2a919fa26d6c68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 18:52:43 +0000 Subject: [PATCH] Update dependency app.cash.turbine:turbine to v0.12.3 --- 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 7080b42..2b0f257 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -38,7 +38,7 @@ sqldelight = "1.5.5" test-jUnit = "4.13.2" test-mockk = "1.13.4" test-robolectric = "4.9.2" -test-turbine = "0.12.1" +test-turbine = "0.12.3" # Android AndroidTest androidx-test-runner = "1.5.2"