Skip to content

Commit bd42a71

Browse files
Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.10.2
1 parent 111635e commit bd42a71

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

example/MultiplatformExample/shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ kotlin {
4848
implementation(project(":person"))
4949
implementation("de.jensklingenberg.ktorfit:ktorfit-lib:$ktorfitVersion")
5050
// implementation("de.jensklingenberg.ktorfit:ktorfit-lib-light:$ktorfitVersion")
51-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
51+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
5252
implementation("de.jensklingenberg.ktorfit:ktorfit-converters-response:$ktorfitVersion")
5353
implementation("de.jensklingenberg.ktorfit:ktorfit-converters-call:$ktorfitVersion")
5454
implementation("de.jensklingenberg.ktorfit:ktorfit-converters-flow:$ktorfitVersion")

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
abg = "8.2.2"
33
autoService = "1.1.1"
44
binaryCompatibilityValidator = "0.18.0"
5-
coroutines = "1.8.1"
5+
coroutines = "1.10.2"
66
detekt = "1.23.8"
77
junit = "4.13.2"
88
kctfork = "0.8.0"

0 commit comments

Comments
 (0)