aboutsummaryrefslogtreecommitdiff
path: root/spark-bungeecord
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2020-01-26 00:56:24 +0000
committerLuck <git@lucko.me>2020-01-26 00:56:24 +0000
commit5c1883f5a26e14e3350b1532ad0371bc8543bd3b (patch)
treedb926eab2fddc9a2f3967418062e90ae204066a7 /spark-bungeecord
parent40c07f2148d739d6091f0177b75162d1fd4294ce (diff)
downloadspark-5c1883f5a26e14e3350b1532ad0371bc8543bd3b.tar.gz
spark-5c1883f5a26e14e3350b1532ad0371bc8543bd3b.tar.bz2
spark-5c1883f5a26e14e3350b1532ad0371bc8543bd3b.zip
Update to 1.15.2
Diffstat (limited to 'spark-bungeecord')
-rw-r--r--spark-bungeecord/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/spark-bungeecord/build.gradle b/spark-bungeecord/build.gradle
index fbe9719..051cafd 100644
--- a/spark-bungeecord/build.gradle
+++ b/spark-bungeecord/build.gradle
@@ -4,7 +4,7 @@ dependencies {
exclude(module: 'text-api')
exclude(module: 'text-serializer-gson')
}
- compileOnly 'net.md-5:bungeecord-api:1.14-SNAPSHOT'
+ compileOnly 'net.md-5:bungeecord-api:1.15-SNAPSHOT'
}
processResources {