Skip to content

Commit 7cbcd75

Browse files
chore: bump org.jetbrains.kotlinx:kotlinx-coroutines-test (#186)
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.4 to 1.7.0. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](Kotlin/kotlinx.coroutines@1.6.4...1.7.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ee9fea8 commit 7cbcd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ dependencies {
116116
androidTestImplementation("androidx.test.ext:truth:1.4.0")
117117
androidTestImplementation("androidx.test:runner:1.4.0")
118118
androidTestImplementation("com.google.truth:truth:1.1.3")
119-
androidTestImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4")
119+
androidTestImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.0")
120120

121121
androidTestUtil("androidx.test:orchestrator:1.4.1")
122122
}

0 commit comments

Comments
 (0)