From f491deff31adca4235d1a4c709305a4b6fa67dd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 12:09:37 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-coroutines-test from 1.8.1 to 1.9.0 Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) from 1.8.1 to 1.9.0. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.8.1...1.9.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 2dbe387e..0a66cf54 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -45,7 +45,7 @@ imagepicker = "v2.0.3" catppuccin = "0.1.2" turbine = "1.1.0" roboelectric = "4.13" -testCoroutines = "1.8.1" +testCoroutines = "1.9.0" mediaPipeGenerator = "0.10.16" serialization = "1.7.2"