update dependencies

This commit is contained in:
InsanusMokrassar 2024-12-06 13:17:09 +06:00
parent 921734763d
commit ce7a1e4e21
2 changed files with 10 additions and 5 deletions

View File

@ -2,6 +2,11 @@
## 0.23.2 ## 0.23.2
* `Versions`:
* `Kotlin`: `2.0.21` -> `2.1.0`
* `Exposed`: `0.56.0` -> `0.57.0`
* `Xerial SQLite`: `3.47.0.0` -> `3.47.1.0`
* `Ktor`: `3.0.1` -> `3.0.2`
* `Coroutines`: * `Coroutines`:
* Small refactor in `AccumulatorFlow` to use `runCatching` instead of `runCatchingSafely` * Small refactor in `AccumulatorFlow` to use `runCatching` instead of `runCatchingSafely`

View File

@ -1,21 +1,21 @@
[versions] [versions]
kt = "2.0.21" kt = "2.1.0"
kt-serialization = "1.7.3" kt-serialization = "1.7.3"
kt-coroutines = "1.9.0" kt-coroutines = "1.9.0"
kslog = "1.3.6" kslog = "1.3.6"
jb-compose = "1.7.1" jb-compose = "1.7.1"
jb-exposed = "0.56.0" jb-exposed = "0.57.0"
jb-dokka = "1.9.20" jb-dokka = "1.9.20"
sqlite = "3.47.0.0" sqlite = "3.47.1.0"
korlibs = "5.4.0" korlibs = "5.4.0"
uuid = "0.8.4" uuid = "0.8.4"
ktor = "3.0.1" ktor = "3.0.2"
gh-release = "2.5.2" gh-release = "2.5.2"
@ -23,7 +23,7 @@ koin = "4.0.0"
okio = "3.9.1" okio = "3.9.1"
ksp = "2.0.21-1.0.28" ksp = "2.1.0-1.0.29"
kotlin-poet = "1.18.1" kotlin-poet = "1.18.1"
versions = "0.51.0" versions = "0.51.0"