From 5a9cf20b2b6f75d392afa7297a1b12316a84fb2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 22:01:52 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-core Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.4 to 1.7.3. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES_UP_TO_1.7.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/commits) --- 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 +- forge/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index e0fe1f80..5b538fc9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -34,7 +34,7 @@ subprojects { // mappings ("net.fabricmc:yarn:${rootProject.yarn_version}") // 使用 yarn 會導致無法編譯 forge 版本,因此暫時先用 mojang 官方映射 implementation(group = "org.jetbrains.kotlin", name = "kotlin-stdlib-jdk8", version = "1.8.21") - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3") } // Set up platform subprojects (non-common subprojects). diff --git a/forge/build.gradle.kts b/forge/build.gradle.kts index f1ceb0c4..c44aea11 100644 --- a/forge/build.gradle.kts +++ b/forge/build.gradle.kts @@ -42,7 +42,7 @@ dependencies { forgeRuntimeLibrary(kotlin("stdlib-jdk8", "1.8.21")) forgeRuntimeLibrary(kotlin("reflect", "1.8.21")) - forgeRuntimeLibrary("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4") + forgeRuntimeLibrary("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3") "common"(project(path = ":common", configuration = "namedElements")) { isTransitive = false } bundle(project(path = ":common", configuration = "transformProductionForge")) { isTransitive = false }