From 60422023835ed5f9d8d4fa1dcf06d7304d5f0315 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 13 Oct 2025 17:19:35 +0200 Subject: [PATCH] fancynpcs: Update dependencies --- plugins/fancynpcs/VERSION | 2 +- plugins/fancynpcs/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/fancynpcs/VERSION b/plugins/fancynpcs/VERSION index fcf0353b..f9f63ea6 100644 --- a/plugins/fancynpcs/VERSION +++ b/plugins/fancynpcs/VERSION @@ -1 +1 @@ -2.8.0.300 \ No newline at end of file +2.8.0.301 \ No newline at end of file diff --git a/plugins/fancynpcs/build.gradle.kts b/plugins/fancynpcs/build.gradle.kts index b57a2b2b..d276ac4d 100644 --- a/plugins/fancynpcs/build.gradle.kts +++ b/plugins/fancynpcs/build.gradle.kts @@ -83,7 +83,7 @@ dependencies { implementation("de.oliver.FancyAnalytics:mc-api:0.1.11") implementation("de.oliver.FancyAnalytics:logger:0.0.8") implementation("org.incendo:cloud-core:2.0.0") - implementation("org.incendo:cloud-paper:2.0.0-beta.11") + implementation("org.incendo:cloud-paper:2.0.0-beta.13") implementation("org.incendo:cloud-annotations:2.0.0") annotationProcessor("org.incendo:cloud-annotations:2.0.0") implementation("org.mineskin:java-client-jsoup:3.0.3-SNAPSHOT")