aboutsummaryrefslogtreecommitdiff
path: root/spark-bungeecord/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'spark-bungeecord/build.gradle')
-rw-r--r--spark-bungeecord/build.gradle5
1 files changed, 3 insertions, 2 deletions
diff --git a/spark-bungeecord/build.gradle b/spark-bungeecord/build.gradle
index 5ee50d7..c1ed1be 100644
--- a/spark-bungeecord/build.gradle
+++ b/spark-bungeecord/build.gradle
@@ -1,7 +1,8 @@
dependencies {
compile project(':spark-common')
- compile('net.kyori:text-adapter-bungeecord:1.0.3') {
- exclude(module: 'text')
+ compile('net.kyori:text-adapter-bungeecord:3.0.0') {
+ exclude(module: 'text-api')
+ exclude(module: 'text-serializer-gson')
}
compileOnly 'net.md-5:bungeecord-api:1.12-SNAPSHOT'
}