diff options
Diffstat (limited to 'merchant-lib/build.gradle')
-rw-r--r-- | merchant-lib/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/merchant-lib/build.gradle b/merchant-lib/build.gradle index 42dc3ec..ae7489b 100644 --- a/merchant-lib/build.gradle +++ b/merchant-lib/build.gradle @@ -63,7 +63,7 @@ dependencies { testImplementation "junit:junit:$junit_version" testImplementation "io.ktor:ktor-client-mock-jvm:$ktor_version" - testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.1' + testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4' } tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach { |