Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.…
Browse files Browse the repository at this point in the history
…7.0 (#106)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 8, 2023
1 parent 11defb3 commit d1f638c
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.7.0")
}

Expand Down

0 comments on commit d1f638c

Please sign in to comment.