Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1…
Browse files Browse the repository at this point in the history
….10.0
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 921d1b0 commit 056120d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
testImplementation("junit:junit:4.13.2")
implementation("io.ktor:ktor-client-core:2.3.2")
implementation("io.ktor:ktor-client-apache:2.3.2")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1")
}

Expand Down

0 comments on commit 056120d

Please sign in to comment.