Skip to content

Commit

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

Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.6.4 to 1.7.1 in /TestApp
  • Loading branch information
thomsontomy committed Nov 4, 2023
2 parents aef4dcf + 284b471 commit 4b49073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TestApp/build.gradle.kts
Expand Up @@ -42,7 +42,7 @@ dependencies {
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("com.squareup.retrofit2:retrofit:2.9.0")
implementation("com.google.code.gson:gson:2.10.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1")
testImplementation("junit:junit:4.13.2")
testImplementation(project(path = ":testrule"))
//testImplementation("io.github.thomsontomy:testrule:0.1.0")
Expand Down

0 comments on commit 4b49073

Please sign in to comment.