mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 18:24:42 +00:00
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:
parent
90f5dfc55a
commit
bcf21858ee
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue