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
….8.1
  • Loading branch information
renovate[bot] committed May 10, 2024
1 parent ff33243 commit 96a98c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task-api/build.gradle.kts
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.0")
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
}
}
val commonTest by getting {
Expand Down

0 comments on commit 96a98c5

Please sign in to comment.