From c685747cc094051b5a256a33b877338bdf66c4d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 17:01:28 +0000 Subject: [PATCH] Update dependency app.cash.turbine:turbine to v1.2.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4ce6d79..cfec449 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -110,7 +110,7 @@ dependencies { def kotest = "5.9.1" testImplementation "io.kotest:kotest-runner-junit5-jvm:$kotest" testImplementation "io.kotest:kotest-assertions-core-jvm:$kotest" - testImplementation 'app.cash.turbine:turbine:1.1.0' + testImplementation 'app.cash.turbine:turbine:1.2.0' testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.2' testImplementation "io.coil-kt:coil-test:$coil_version"