From fc05626da48fb881476fe91de844843d9f7f5fd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=E2=80=9CCLOVIS=E2=80=9D=20Canet?= Date: Wed, 3 Jun 2026 19:14:21 +0200 Subject: [PATCH] upgrade: KotlinX.Coroutines 1.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 b39d80a..ae8b152 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ ktor = "3.5.0" # https://github.com/ktorio/ktor/releases arrow = "2.2.2.1" # https://github.com/arrow-kt/arrow/releases -kotlinx-coroutines = "1.10.2" # https://github.com/Kotlin/kotlinx.coroutines/releases +kotlinx-coroutines = "1.11.0" # https://github.com/Kotlin/kotlinx.coroutines/releases [plugins] -- 2.51.2