update dependencies

This commit is contained in:
InsanusMokrassar 2024-10-19 15:21:00 +06:00
parent 4625dfb857
commit ee2521cb01
2 changed files with 6 additions and 3 deletions

View File

@ -2,6 +2,9 @@
## 0.22.7
* `Versions`:
* `Kotlin`: `2.0.20` -> `2.0.21`
* `Compose`: `1.7.0-rc01` -> `1.7.0`
* `KSP`:
* `Sealed`:
* Change package of `GenerateSealedWorkaround`. Migration: replace `dev.inmo.microutils.kps.sealed.GenerateSealedWorkaround` -> `dev.inmo.micro_utils.ksp.sealed.GenerateSealedWorkaround`

View File

@ -1,12 +1,12 @@
[versions]
kt = "2.0.20"
kt = "2.0.21"
kt-serialization = "1.7.3"
kt-coroutines = "1.9.0"
kslog = "1.3.6"
jb-compose = "1.7.0-rc01"
jb-compose = "1.7.0"
jb-exposed = "0.55.0"
jb-dokka = "1.9.20"
@ -23,7 +23,7 @@ koin = "4.0.0"
okio = "3.9.1"
ksp = "2.0.20-1.0.25"
ksp = "2.0.21-1.0.25"
kotlin-poet = "1.18.1"
versions = "0.51.0"