From 0b94b99fa665c3f86663be354b5376fe75773dd0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 21:27:09 +0000 Subject: [PATCH] fix(deps): update coroutinesversion to v1.6.4 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 032256c9..81facfaa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ plugins { id("org.jetbrains.kotlinx.kover") version "0.5.0" } -val coroutinesVersion = "1.6.1" +val coroutinesVersion = "1.6.4" val ktlintVersion = "0.44.0" repositories {