aboutsummaryrefslogtreecommitdiff
path: root/spark-bukkit/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'spark-bukkit/build.gradle')
-rw-r--r--spark-bukkit/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/spark-bukkit/build.gradle b/spark-bukkit/build.gradle
index fd5c016..869b16a 100644
--- a/spark-bukkit/build.gradle
+++ b/spark-bukkit/build.gradle
@@ -1,8 +1,8 @@
dependencies {
compile project(':spark-common')
- compile('net.kyori:text-adapter-bukkit:3.0.5') {
- exclude(module: 'text-api')
- exclude(module: 'text-serializer-gson')
+ compile ('net.kyori:adventure-platform-bukkit:4.0.0-SNAPSHOT') {
+ exclude(module: 'adventure-api')
+ exclude(module: 'adventure-text-serializer-gson')
}
compileOnly 'com.destroystokyo.paper:paper-api:1.16.4-R0.1-SNAPSHOT'