aboutsummaryrefslogtreecommitdiff
path: root/spark-bukkit
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2019-05-04 23:22:09 +0100
committerLuck <git@lucko.me>2019-05-04 23:22:32 +0100
commit23a1e13543966e311c5c613c1f434d93efe2a544 (patch)
tree28194498c2eea4bb5dbd9e0fe0b696e65995c417 /spark-bukkit
parentc3ae37e88f967a21522af7d0cb79a571326cd7e9 (diff)
downloadspark-23a1e13543966e311c5c613c1f434d93efe2a544.tar.gz
spark-23a1e13543966e311c5c613c1f434d93efe2a544.tar.bz2
spark-23a1e13543966e311c5c613c1f434d93efe2a544.zip
Update to text 3.0.0
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'
}