aboutsummaryrefslogtreecommitdiff
path: root/spark-bungeecord
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2022-06-26 19:19:49 +0100
committerLuck <git@lucko.me>2022-06-26 19:19:49 +0100
commitd5d5cb10714b0993ec91d6a2b523b661c1314917 (patch)
tree9f5980fd62ffe9616618eb481e0f588c9c1b4744 /spark-bungeecord
parentfed6a350a80f6daa8c170770e5f300a0d5aa0894 (diff)
downloadspark-d5d5cb10714b0993ec91d6a2b523b661c1314917.tar.gz
spark-d5d5cb10714b0993ec91d6a2b523b661c1314917.tar.bz2
spark-d5d5cb10714b0993ec91d6a2b523b661c1314917.zip
Update adventure version
Diffstat (limited to 'spark-bungeecord')
-rw-r--r--spark-bungeecord/build.gradle8
1 files changed, 1 insertions, 7 deletions
diff --git a/spark-bungeecord/build.gradle b/spark-bungeecord/build.gradle
index ccea89d..1e92621 100644
--- a/spark-bungeecord/build.gradle
+++ b/spark-bungeecord/build.gradle
@@ -4,13 +4,7 @@ plugins {
dependencies {
implementation project(':spark-common')
- implementation('me.lucko:adventure-platform-bungeecord:4.9.4') {
- exclude(module: 'adventure-api')
- exclude(module: 'checker-qual')
- exclude(module: 'annotations')
- exclude(module: 'adventure-text-serializer-gson')
- exclude(module: 'adventure-text-serializer-legacy')
- }
+ implementation 'net.kyori:adventure-platform-bungeecord:4.1.1'
compileOnly 'net.md-5:bungeecord-api:1.16-R0.4'
}