fix(deps): Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.10.1 (#321)

* fix(deps): Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.10.1

* docs: Sync changelog

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Ansori Palembani <palembani@gmail.com>
This commit is contained in:
renovate[bot] 2024-12-23 08:29:38 +07:00 committed by GitHub
parent 90f5dfc55a
commit bcf21858ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -9,6 +9,11 @@ The format is simplified version of [Keep a Changelog](https://keepachangelog.co
- `Translation` - Translation changes/updates
- `Other` - Technical changes/updates
## [Unreleased]
### Other
- Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.10.1
## [1.9.7]
### Changes

View file

@ -4,7 +4,7 @@ serialization = "1.7.3"
xml_serialization = "0.90.3"
[libraries]
coroutines-bom = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-bom", version = "1.9.0" }
coroutines-bom = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-bom", version = "1.10.1" }
coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android" }
coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core" }
coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test" }