Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 15, 2023
1 parent 3f5ca39 commit cfc4cdb
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 @@ -33,7 +33,7 @@ subprojectsOf("project") {
}

dependencies {
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.0")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.1")
testImplementation(platform("org.junit:junit-bom:5.9.3"))
testImplementation("org.junit.jupiter:junit-jupiter")
}
Expand Down

0 comments on commit cfc4cdb

Please sign in to comment.