aboutsummaryrefslogtreecommitdiff
path: root/spark-bukkit/build.gradle
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2020-06-23 12:00:32 +0100
committerLuck <git@lucko.me>2020-06-23 12:00:32 +0100
commit12918d40b17a15f0432f7ad85d8db60a87e7c5b8 (patch)
tree19e46529c2e97327c4d5d9c255bcc9d0596d83a6 /spark-bukkit/build.gradle
parentd993703e9b52651d456e7eceb691f90228b2cd5e (diff)
downloadspark-12918d40b17a15f0432f7ad85d8db60a87e7c5b8.tar.gz
spark-12918d40b17a15f0432f7ad85d8db60a87e7c5b8.tar.bz2
spark-12918d40b17a15f0432f7ad85d8db60a87e7c5b8.zip
Update some dependencies
Diffstat (limited to 'spark-bukkit/build.gradle')
-rw-r--r--spark-bukkit/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/spark-bukkit/build.gradle b/spark-bukkit/build.gradle
index 794465b..ca61d4c 100644
--- a/spark-bukkit/build.gradle
+++ b/spark-bukkit/build.gradle
@@ -1,6 +1,6 @@
dependencies {
compile project(':spark-common')
- compile('net.kyori:text-adapter-bukkit:3.0.2') {
+ compile('net.kyori:text-adapter-bukkit:3.0.5') {
exclude(module: 'text-api')
exclude(module: 'text-serializer-gson')
}