From 2fbda24d2205ace0ede93faa824f7836d0ece445 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Wed, 17 Aug 2022 17:06:52 -0300 Subject: Upgrade libraries --- merchant-lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'merchant-lib/build.gradle') 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 { -- cgit v1.2.3