From 78ec45cef9f2b8563f9243095d1ff95b14c893c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 23:39:21 +0000 Subject: [PATCH] fix(deps): update all dependencies | datasource | package | from | to | | ---------- | ----------------------------------------------------------------------------------------------------------------------- | ------ | ----------- | | maven | org.jetbrains.compose:org.jetbrains.compose.gradle.plugin | 1.7.1 | 1.8.0+check | | maven | org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin | 0.16.3 | 0.17.0 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-test | 1.9.0 | 1.10.0 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-core | 1.9.0 | 1.10.0 | --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8085c35632..c616cf814d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,13 +1,13 @@ [versions] animalSniffer = "1.7.2" arrowGradleConfig = "0.12.0-rc.25" -coroutines = "1.9.0" +coroutines = "1.10.0" classgraph = "4.8.179" dokka = "2.0.0" kotest = "6.0.0.M1" kover = "0.9.0" kotlin = "2.1.0" -kotlinBinaryCompatibilityValidator = "0.16.3" +kotlinBinaryCompatibilityValidator = "0.17.0" kotlinCompileTesting = "0.7.0" knit = "0.5.0" kspVersion = "2.1.0-1.0.29" @@ -17,7 +17,7 @@ retrofit = "2.11.0" moshi = "1.15.2" spotlessVersion = "6.25.0" compose = "1.7.6" -composePlugin = "1.7.1" +composePlugin = "1.8.0+check" agp = "8.7.3" android-compileSdk = "34" cache4k = "0.13.0"