From be4d84a9da4c7e47e174397a18e7dfda5af1e167 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:28:36 +0000 Subject: [PATCH] Update kotlinx-coroutines monorepo to v1.9.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 85b6800e..c569cdb2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -40,7 +40,7 @@ security = "1.0.0" # https://github.com/junit-team/junit4/releases junit = "4.13.2" # https://github.com/Kotlin/kotlinx.coroutines/releases -coroutines = "1.8.1" +coroutines = "1.9.0" # https://github.com/robolectric/robolectric/releases robolectric = "4.13" # https://mvnrepository.com/artifact/com.google.truth/truth