diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ac42027..7026f82 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ [versions] -ktor = "3.3.3" # https://github.com/ktorio/ktor/releases +ktor = "3.5.0" # https://github.com/ktorio/ktor/releases arrow = "2.2.0" # https://github.com/arrow-kt/arrow/releases -- 2.51.2 From 3c0aadad6abc56bb463d8214e270fec150b2c6df 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:07 +0200 Subject: [PATCH 2/3] upgrade: Arrow 2.2.2.1 --- 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 7026f82..b39d80a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ ktor = "3.5.0" # https://github.com/ktorio/ktor/releases -arrow = "2.2.0" # https://github.com/arrow-kt/arrow/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 -- 2.51.2 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 3/3] 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]