From 8a84d660fb7de15531554fd8dbcf1747ac43b739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 08:09:17 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-test 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] --- zeapp/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zeapp/gradle/libs.versions.toml b/zeapp/gradle/libs.versions.toml index efbfc310..eca97476 100644 --- a/zeapp/gradle/libs.versions.toml +++ b/zeapp/gradle/libs.versions.toml @@ -35,7 +35,7 @@ assertk = "0.28.1" junit4 = "4.13.2" ktor = "2.3.12" mockk = "1.13.12" -kotlinxCoroutinesTest = "1.8.1" +kotlinxCoroutinesTest = "1.9.0" aboutlibraries = "11.2.3" hilt-navigation-compose = "1.2.0" jetbrains-compose = "1.6.11"