update kslog version

This commit is contained in:
InsanusMokrassar 2023-09-06 19:08:32 +06:00
parent 88eb4b3342
commit 0318716236
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
* `Versions`:
* `Kotlin`: `1.9.0` -> `1.9.10`
* `KSLog`: `1.2.0` -> `1.2.1`
* `Compose`: `1.5.0` -> `1.5.1`
* `UUID`: `0.8.0` -> `0.8.1`

View File

@ -4,7 +4,7 @@ kt = "1.9.10"
kt-serialization = "1.6.0"
kt-coroutines = "1.7.3"
kslog = "1.2.0"
kslog = "1.2.1"
jb-compose = "1.5.1"
jb-exposed = "0.43.0"