Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies to v1.7.3 (#184)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 26, 2023
1 parent f86599a commit f1bb648
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ subprojectsOf("project") {
}

dependencies {
implementation(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.2"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2")
implementation(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
}

dependencies {
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.2")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")
testImplementation(platform("org.junit:junit-bom:5.10.0"))
testImplementation("org.junit.jupiter:junit-jupiter")
}
Expand Down

0 comments on commit f1bb648

Please sign in to comment.