Skip to content

Commit

Permalink
Update kotlinx-coroutines monorepo to v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent ef4f4ba commit 4163a5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ composeCompiler = "1.5.7"
composeDestinations = "1.10.2"
composeNavigation = "2.8.2"
coreKtx = "1.13.1"
coroutines = "1.8.1"
coroutines = "1.10.0"
dataStore = "1.1.1"
espresso = "3.6.1"
hilt = "2.52"
Expand Down
2 changes: 1 addition & 1 deletion task-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kotlin {
dependencies {
api(project(":core-models"))
api(project(":core-data"))
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.0")
}
}
val commonTest by getting {
Expand Down

0 comments on commit 4163a5e

Please sign in to comment.