From e6dbc819db64094c84a999262cd2c81415baee59 Mon Sep 17 00:00:00 2001 From: "vgs-github-renovate-app[bot]" <200791190+vgs-github-renovate-app[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 03:03:31 +0000 Subject: [PATCH] Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-test to v1.10.2 --- 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 685edd4d..2313da95 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ activity-compose = '1.8.2' androidx-compose = '1.6.2' constraintlayout = '2.1.4' ktor = "3.0.1" -kotlin-coroutines-test = "1.9.0" +kotlin-coroutines-test = "1.10.2" vgs-sdk-analytics-android = "1.0.3" [plugins]