aboutsummaryrefslogtreecommitdiff
path: root/spark-bukkit
diff options
context:
space:
mode:
Diffstat (limited to 'spark-bukkit')
-rw-r--r--spark-bukkit/build.gradle5
1 files changed, 3 insertions, 2 deletions
diff --git a/spark-bukkit/build.gradle b/spark-bukkit/build.gradle
index 836e389..307a15b 100644
--- a/spark-bukkit/build.gradle
+++ b/spark-bukkit/build.gradle
@@ -1,7 +1,8 @@
dependencies {
compile project(':spark-common')
- compile('net.kyori:text-adapter-bukkit:1.0.3') {
- exclude(module: 'text')
+ compile('net.kyori:text-adapter-bukkit:3.0.0') {
+ exclude(module: 'text-api')
+ exclude(module: 'text-serializer-gson')
}
compileOnly 'org.spigotmc:spigot-api:1.12.2-R0.1-SNAPSHOT'
}