From 41b6e1556853734938530c686e1c288d7c74a7d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 18:10:05 +0000 Subject: [PATCH] chore: update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.10.1 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 19fa51d..954efad 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -14,7 +14,7 @@ dependencyResolutionManagement { val paperVersion = "1.21.3-R0.1-SNAPSHOT" val kSpigotVersion = "1.21.0" val commandAPIVersion = "9.7.0" - val coroutinesCoreVersion = "1.10.0" + val coroutinesCoreVersion = "1.10.1" val jsonVersion = "20240303" val skriptVersion = "2.9.5"