From 23a1e13543966e311c5c613c1f434d93efe2a544 Mon Sep 17 00:00:00 2001 From: Luck Date: Sat, 4 May 2019 23:22:09 +0100 Subject: Update to text 3.0.0 --- spark-bukkit/build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'spark-bukkit') 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' } -- cgit