diff --git a/CHANGELOG.md b/CHANGELOG.md index a71392940c3..f80de1b5a86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## 0.29.0 +* `Versions`: + * `Kotlin`: `2.3.0` -> `2.3.10` + * `KSLog`: `1.5.2` -> `1.6.0` + * `KSP`: `2.3.4` -> `2.3.6` + * `Compose`: `1.10.0` -> `1.10.1` * `Coroutines`: * `runCatchingLogging` updated to rethrow `CancellationException` and log other exceptions diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 10b96d634b2..eb757fb6dbc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,14 +1,14 @@ [versions] -kt = "2.3.0" +kt = "2.3.10" kt-serialization = "1.10.0" kt-coroutines = "1.10.2" kotlinx-browser = "0.5.0" -kslog = "1.5.2" +kslog = "1.6.0" -jb-compose = "1.10.0" +jb-compose = "1.10.1" jb-compose-material3 = "1.10.0-alpha05" jb-compose-icons = "1.7.8" jb-exposed = "1.0.0" @@ -28,7 +28,7 @@ koin = "4.1.1" okio = "3.16.4" -ksp = "2.3.4" +ksp = "2.3.6" kotlin-poet = "2.2.0" versions = "0.53.0"