From 907ce962d80a8bfa371ef926d43073f680c988dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 16:05:36 +0000 Subject: [PATCH] fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-swing to v1.11.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 cc0fd1a..b7da3a0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ compose = "1.10.3" compose-plugin = "1.7.3" junit = "4.13.2" kotlin = "2.1.10" -kotlinx-coroutines = "1.10.1" +kotlinx-coroutines = "1.11.0" ktor = "3.0.3" kaml = "0.70.0"