From 825c9121af03334a29da8add045b6ab5f96d19ff Mon Sep 17 00:00:00 2001 From: Luck Date: Sat, 11 May 2019 23:01:25 +0100 Subject: Update text adapter versions --- spark-bukkit/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spark-bukkit') diff --git a/spark-bukkit/build.gradle b/spark-bukkit/build.gradle index 307a15b..ec2d88d 100644 --- a/spark-bukkit/build.gradle +++ b/spark-bukkit/build.gradle @@ -1,10 +1,10 @@ dependencies { compile project(':spark-common') - compile('net.kyori:text-adapter-bukkit:3.0.0') { + compile('net.kyori:text-adapter-bukkit:3.0.2') { exclude(module: 'text-api') exclude(module: 'text-serializer-gson') } - compileOnly 'org.spigotmc:spigot-api:1.12.2-R0.1-SNAPSHOT' + compileOnly 'org.spigotmc:spigot-api:1.14-R0.1-SNAPSHOT' } processResources { -- cgit