Skip to content

Commit

Permalink
Update kotlinx-coroutines monorepo to v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 9, 2025
1 parent 9868844 commit 97faa60
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.6"
coreKtx = "1.13.1"
coroutines = "1.8.1"
coroutines = "1.10.1"
dataStore = "1.1.2"
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.1")
}
}
val commonTest by getting {
Expand Down

0 comments on commit 97faa60

Please sign in to comment.