From 44407186bb77b1e4ba4dcb2e9c06da4e74cf8fc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 14:15:20 +0000 Subject: [PATCH] Update Kotlin/Compose --- libs.versions.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs.versions.toml b/libs.versions.toml index 172ff48..a56c645 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -9,9 +9,9 @@ androidGradle = "8.10.0" androidJunit5 = "1.12.2.0" detekt = "1.23.8" jacoco = "0.8.7" -kotlin = "2.1.0" +kotlin = "2.2.0" mavenPublish = "0.32.0" -skie = "0.10.0" +skie = "0.10.1" # Libraries arrow = "2.0.1" @@ -19,12 +19,12 @@ junit5 = "5.12.2" junitPioneer = "2.3.0" kermit = "2.0.5" khash = "1.1.3" -kotlinxCoroutines = "1.10.1" +kotlinxCoroutines = "1.10.2" kotlinLogging = "7.0.7" ktor = "3.1.3" okhttp = "4.12.0" okio = "3.11.0" -serialization = "1.8.0" +serialization = "1.8.1" [libraries] arrow-core = { module = "io.arrow-kt:arrow-core", version.ref = "arrow" }