update serialization, kslog and koin

This commit is contained in:
2026-04-18 22:40:53 +06:00
parent 4310c7fbf3
commit d207435846
2 changed files with 6 additions and 3 deletions

View File

@@ -4,9 +4,12 @@
* `Versions`:
* `Kotlin`: `2.3.10` -> `2.3.20`
* `Serialization`: `1.10.0` -> `1.11.0`
* `Compose`: `1.10.2` -> `1.10.3`
* `Exposed`: `1.1.1` -> `1.2.0`
* `Dokka`: `2.1.0` -> `2.2.0`
* `KSLog`: `1.6.0` -> `1.6.1`
* `Koin`: `4.1.1` -> `4.2.1`
* `SQLite`: `3.51.2.0` -> `3.53.0.0`
* `Ktor`: `3.4.1` -> `3.4.2`
* `Okio`: `3.16.4` -> `3.17.0`

View File

@@ -1,12 +1,12 @@
[versions]
kt = "2.3.20"
kt-serialization = "1.10.0"
kt-serialization = "1.11.0"
kt-coroutines = "1.10.2"
kotlinx-browser = "0.5.0"
kslog = "1.6.0"
kslog = "1.6.1"
jb-compose = "1.10.3"
jb-compose-material3 = "1.10.0-alpha05"
@@ -23,7 +23,7 @@ ktor = "3.4.2"
gh-release = "2.5.2"
koin = "4.1.1"
koin = "4.2.1"
okio = "3.17.0"