Skip to content

Commit 7f882af

Browse files
chore: bump org.jetbrains.kotlinx:kotlinx-coroutines-test (#217)
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) from 1.7.2 to 1.7.3. - [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.7.2...1.7.3) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 25a3347 commit 7f882af

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.5")
119-
androidTestImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.2")
119+
androidTestImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")
120120

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

0 commit comments

Comments
 (0)