Skip to content

Commit

Permalink
Merge pull request #69 from thomsontomy/dependabot/gradle/TestApp/org…
Browse files Browse the repository at this point in the history
….jetbrains.kotlinx-kotlinx-coroutines-test-1.7.1

Bump org.jetbrains.kotlinx:kotlinx-coroutines-test from 1.6.4 to 1.7.1 in /TestApp
  • Loading branch information
thomsontomy committed Nov 4, 2023
2 parents 3c17b1b + c5f9227 commit aef4dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TestApp/build.gradle.kts
Expand Up @@ -46,7 +46,7 @@ dependencies {
testImplementation("junit:junit:4.13.2")
testImplementation(project(path = ":testrule"))
//testImplementation("io.github.thomsontomy:testrule:0.1.0")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.1")
androidTestImplementation("androidx.test.ext:junit:1.1.3")
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
}

0 comments on commit aef4dcf

Please sign in to comment.