update dependencies

This commit is contained in:
2026-02-24 15:16:45 +06:00
parent 50369e0904
commit 8e8915d84c
2 changed files with 9 additions and 4 deletions

View File

@@ -2,6 +2,11 @@
## 0.29.0 ## 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`: * `Coroutines`:
* `runCatchingLogging` updated to rethrow `CancellationException` and log other exceptions * `runCatchingLogging` updated to rethrow `CancellationException` and log other exceptions

View File

@@ -1,14 +1,14 @@
[versions] [versions]
kt = "2.3.0" kt = "2.3.10"
kt-serialization = "1.10.0" kt-serialization = "1.10.0"
kt-coroutines = "1.10.2" kt-coroutines = "1.10.2"
kotlinx-browser = "0.5.0" 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-material3 = "1.10.0-alpha05"
jb-compose-icons = "1.7.8" jb-compose-icons = "1.7.8"
jb-exposed = "1.0.0" jb-exposed = "1.0.0"
@@ -28,7 +28,7 @@ koin = "4.1.1"
okio = "3.16.4" okio = "3.16.4"
ksp = "2.3.4" ksp = "2.3.6"
kotlin-poet = "2.2.0" kotlin-poet = "2.2.0"
versions = "0.53.0" versions = "0.53.0"