From 67a723938e14dd12dc95805b0f745b29a3e91a9e Mon Sep 17 00:00:00 2001 From: Juul Mobile Bot Date: Mon, 20 Jun 2022 15:15:25 +0000 Subject: [PATCH] Update coroutines to v1.6.3 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 556fe943..55f76cc9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] android-compile = "31" -coroutines = "1.6.1" +coroutines = "1.6.3" coroutines-native = "1.6.0-native-mt!!" jacoco = "0.8.7" kotlin = "1.7.0"