From 5cb9b26a433cf552cf7b5371edc3923136b0f713 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:38:31 +0000 Subject: [PATCH] Update Kotlin/Compose --- libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs.versions.toml b/libs.versions.toml index 5267b9a..a833258 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -9,7 +9,7 @@ androidGradle = "8.0.1" androidJunit5 = "1.8.2.1" detekt = "1.22.0" jacoco = "0.8.7" -kotlin = "1.8.22" +kotlin = "1.9.22" mavenPublish = "0.27.0" # Libraries @@ -17,11 +17,11 @@ junit5 = "5.9.2" junitPioneer = "2.0.1" kermit = "0.3.0-m1" khash = "1.1.3" -kotlinxCoroutines = "1.6.4" +kotlinxCoroutines = "1.8.0" ktor = "2.2.4" okhttp = "4.10.0" okio = "3.3.0" -serialization = "1.5.0" +serialization = "1.6.3" [libraries] bouncyCastle = { module = "org.bouncycastle:bcpkix-jdk15to18", version = "1.75" }