From 354edddba25a0214d8fdb03ce2d49b2e6e140e27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 09:19:35 +0000 Subject: [PATCH] Update coroutines to v1.8.1 (#256) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 25e5606..d89ede7 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.0" +coroutines = "1.8.1" # https://github.com/robolectric/robolectric/releases robolectric = "4.12.1" # https://mvnrepository.com/artifact/com.google.truth/truth