update koin

This commit is contained in:
2025-04-02 16:09:40 +06:00
parent e269d0d206
commit 66dac2086c
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
* `Versions`:
* `Ktor`: `3.1.1` -> `3.1.2`
* `Koin`: `4.0.2` -> `4.0.3`
* `Koin`: `4.0.2` -> `4.0.4`
* `Coroutines`:
* Add `SmartKeyRWLocker.withWriteLocks` extension with vararg keys
* `Transactions`:

View File

@@ -19,7 +19,7 @@ ktor = "3.1.2"
gh-release = "2.5.2"
koin = "4.0.3"
koin = "4.0.4"
okio = "3.10.2"