update sqlite (wow^^)

This commit is contained in:
2026-02-24 15:40:05 +06:00
parent 8e8915d84c
commit 3df90b1993
2 changed files with 2 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
* `KSLog`: `1.5.2` -> `1.6.0` * `KSLog`: `1.5.2` -> `1.6.0`
* `KSP`: `2.3.4` -> `2.3.6` * `KSP`: `2.3.4` -> `2.3.6`
* `Compose`: `1.10.0` -> `1.10.1` * `Compose`: `1.10.0` -> `1.10.1`
* `SQLite`: `3.50.1.0` -> `3.51.2.0`
* `Coroutines`: * `Coroutines`:
* `runCatchingLogging` updated to rethrow `CancellationException` and log other exceptions * `runCatchingLogging` updated to rethrow `CancellationException` and log other exceptions

View File

@@ -14,8 +14,7 @@ jb-compose-icons = "1.7.8"
jb-exposed = "1.0.0" jb-exposed = "1.0.0"
jb-dokka = "2.1.0" jb-dokka = "2.1.0"
# 3.51.0.0 contains bug, checking with ./gradlew :micro_utils.repos.exposed:jvmTest sqlite = "3.51.2.0"
sqlite = "3.50.1.0"
korlibs = "5.4.0" korlibs = "5.4.0"
uuid = "0.8.4" uuid = "0.8.4"