From fd97b92d255b238a75942dcf91001f8220ca3b89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Mar 2025 15:59:21 +0000 Subject: [PATCH] chore(deps): bump org.incendo:cloud-paper Bumps org.incendo:cloud-paper from 2.0.0-beta.10 to 2.0.0-SNAPSHOT. --- updated-dependencies: - dependency-name: org.incendo:cloud-paper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- plugins/fancyvisuals/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fancyvisuals/build.gradle.kts b/plugins/fancyvisuals/build.gradle.kts index 685ad64a..6cb16356 100644 --- a/plugins/fancyvisuals/build.gradle.kts +++ b/plugins/fancyvisuals/build.gradle.kts @@ -41,7 +41,7 @@ dependencies { // commands implementation("org.incendo:cloud-core:2.0.0") - implementation("org.incendo:cloud-paper:2.0.0-beta.10") + implementation("org.incendo:cloud-paper:2.0.0-SNAPSHOT") implementation("org.incendo:cloud-annotations:2.0.0") annotationProcessor("org.incendo:cloud-annotations:2.0.0") }