From 49f756bfb8d5cc879fe004e6fcd7b943163f860c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Mar 2025 21:44:28 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-coroutines-core Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.8.1-Beta to 1.10.1. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.8.1-Beta...1.10.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b719b3f..ed545fc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,7 +28,7 @@ repositories { } val shadowDependencies = listOf( - "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1-Beta", + "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1", "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3", "io.github.cdimascio:dotenv-kotlin:6.4.1", "net.oneandone.reflections8:reflections8:0.11.7",