From db5a4445d211261ab81963d0a81334fd5e288f58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 08:09:44 +0000 Subject: [PATCH] Bump org.incendo:cloud-minecraft-extras in /plugin Bumps org.incendo:cloud-minecraft-extras from 2.0.0-beta.9 to 2.0.0-SNAPSHOT. --- updated-dependencies: - dependency-name: org.incendo:cloud-minecraft-extras dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index 3dd718f..f024f5d 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -31,7 +31,7 @@ dependencies { implementation("org.bstats:bstats-bukkit:3.0.2") implementation("org.incendo:cloud-paper:2.0.0-beta.9") - implementation("org.incendo:cloud-minecraft-extras:2.0.0-beta.9") + implementation("org.incendo:cloud-minecraft-extras:2.0.0-SNAPSHOT") implementation(project(":api")) implementation("net.thenextlvl.core:nbt:1.4.2")