update dependencies

This commit is contained in:
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
* `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`:
* Small refactor in `AccumulatorFlow` to use `runCatching` instead of `runCatchingSafely`