summaryrefslogtreecommitdiff
path: root/merchant-lib/build.gradle
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2022-08-17 17:06:52 -0300
committerTorsten Grote <t@grobox.de>2022-08-17 17:07:53 -0300
commit2fbda24d2205ace0ede93faa824f7836d0ece445 (patch)
tree606ba36c827a8a3bb7f7ccca3a2b3f0642839669 /merchant-lib/build.gradle
parent48b609b653180b1145b2103097837e514e58364d (diff)
downloadtaler-android-2fbda24d2205ace0ede93faa824f7836d0ece445.tar.gz
taler-android-2fbda24d2205ace0ede93faa824f7836d0ece445.tar.bz2
taler-android-2fbda24d2205ace0ede93faa824f7836d0ece445.zip
Upgrade libraries
Diffstat (limited to 'merchant-lib/build.gradle')
-rw-r--r--merchant-lib/build.gradle2
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 {