From 02bf393eed3624cb247799b74a0e288bb5b0f78b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 4 Jun 2022 07:01:13 +0000 Subject: [PATCH] chore(deps): update coroutinesversion to v1.6.2 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 44cacd6f..750df31b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ plugins { id("org.jetbrains.kotlinx.kover") version "0.5.1" } -val coroutinesVersion = "1.6.1" +val coroutinesVersion = "1.6.2" val ktlintVersion = "0.44.0" repositories {