Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 5, 2023
1 parent 72c46e7 commit a358071
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 @@ -28,7 +28,7 @@ subprojectsOf("project") {

dependencies {
jacocoAggregation(project(project.path))
implementation(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4"))
implementation(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.0"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
}

Expand Down

0 comments on commit a358071

Please sign in to comment.