From 32b6f77353e04b37cb8c7e8a84a21f48777f8e20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 15:48:07 +0000 Subject: [PATCH] Update kotlinx-coroutines monorepo to v1.10.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 63d47f7c..b491735f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext.kotlin_version = "1.9.25" - ext.kotlin_coroutines_version = "1.8.1" + ext.kotlin_coroutines_version = "1.10.1" ext.about_libraries_version="10.10.0" repositories {