aboutsummaryrefslogtreecommitdiff
path: root/spark-bukkit
diff options
context:
space:
mode:
Diffstat (limited to 'spark-bukkit')
-rw-r--r--spark-bukkit/build.gradle4
1 files changed, 2 insertions, 2 deletions
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 {