From d034fc8ea32d67c7ea19c41db541e85d2a01648b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 17:42:48 +0000 Subject: [PATCH] build(deps): bump org.incendo:cloud-fabric Bumps [org.incendo:cloud-fabric](https://github.com/Incendo/cloud-minecraft-modded) from 2.0.0-beta.10 to 2.0.0-beta.12. - [Release notes](https://github.com/Incendo/cloud-minecraft-modded/releases) - [Commits](https://github.com/Incendo/cloud-minecraft-modded/compare/2.0.0-beta.10...2.0.0-beta.12) --- updated-dependencies: - dependency-name: org.incendo:cloud-fabric dependency-version: 2.0.0-beta.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- mod/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/build.gradle.kts b/mod/build.gradle.kts index a025bb466..2689d0311 100644 --- a/mod/build.gradle.kts +++ b/mod/build.gradle.kts @@ -199,8 +199,8 @@ dependencies { compileOnly("org.bouncycastle:bcprov-jdk18on:1.78.1") if (platform.isFabric && !isLegacyFabric) { - modImplementation("org.incendo:cloud-fabric:2.0.0-beta.10") - include("org.incendo:cloud-fabric:2.0.0-beta.10") + modImplementation("org.incendo:cloud-fabric:2.0.0-beta.12") + include("org.incendo:cloud-fabric:2.0.0-beta.12") include(implementation("org.incendo:cloud-annotations:2.0.0")!!) modLocalRuntime("net.fabricmc:fabric-language-kotlin:1.13.3+kotlin.2.1.21") }