From 4d4c3e5193cffce7711197b9803b244612d7b8d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:16:01 +0000 Subject: [PATCH] Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-test to v1.8.0 --- 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 8820e88d1..0b264196e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -32,7 +32,7 @@ jems = "1.33" junit-junit = "4.13.2" junit = "1.1.5" kotlin = "1.9.22" -kotlinx-coroutines-test = "1.7.3" +kotlinx-coroutines-test = "1.8.0" leakcanary = "2.13" lib-recur = "0.11.4" lifecycle = "2.7.0"