From 89be0741a8453e1a9da279819f5f73eb2ec2c57f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 10:29:07 +0100 Subject: [PATCH] chore(deps): update all dependencies (#3538) * chore(deps): update all dependencies | datasource | package | from | to | | ---------- | ------------------------------------------------------------------------------------------------- | --------- | ----------- | | maven | org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin | 2.1.0-RC2 | 2.1.0 | | maven | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin | 2.1.0-RC2 | 2.1.0 | | maven | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 2.1.0-RC2 | 2.1.0 | * Update libs.versions.toml * Update libs.versions.toml * Update libs.versions.toml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alejandro Serrano --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index bb0c58ffaf..9dc2b258de 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,11 +6,11 @@ classgraph = "4.8.179" dokka = "1.9.20" kotest = "6.0.0.M1" kover = "0.8.3" -kotlin = "2.1.0-RC2" +kotlin = "2.1.0" kotlinBinaryCompatibilityValidator = "0.16.3" kotlinCompileTesting = "0.6.0" knit = "0.5.0" -kspVersion = "2.1.0-RC2-1.0.28" +kspVersion = "2.1.0-1.0.29" kotlinxSerialization = "1.7.3" mockWebServer = "4.12.0" retrofit = "2.11.0"