update kslog

This commit is contained in:
2026-08-13 13:22:55 +06:00
parent f618ea05f7
commit 8f51cd4d60
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
## 0.30.1 ## 0.30.1
* `Versions`: * `Versions`:
* `KSLog`: `1.6.1` -> `1.7.0`
* `SQLite`: `3.53.2.0` -> `3.53.2.1` * `SQLite`: `3.53.2.0` -> `3.53.2.1`
* `Ktor`: `3.5.1` -> `3.5.2` * `Ktor`: `3.5.1` -> `3.5.2`
* `Okio`: `3.17.0` -> `3.18.1` * `Okio`: `3.17.0` -> `3.18.1`

View File

@@ -6,7 +6,7 @@ kt-coroutines = "1.11.0"
kotlinx-browser = "0.5.0" kotlinx-browser = "0.5.0"
kslog = "1.6.1" kslog = "1.7.0"
jb-compose = "1.11.1" jb-compose = "1.11.1"
jb-compose-material3 = "1.11.0-alpha07" jb-compose-material3 = "1.11.0-alpha07"