aboutsummaryrefslogtreecommitdiff
path: root/spark-bukkit
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-bukkit
parent40c07f2148d739d6091f0177b75162d1fd4294ce (diff)
downloadspark-5c1883f5a26e14e3350b1532ad0371bc8543bd3b.tar.gz
spark-5c1883f5a26e14e3350b1532ad0371bc8543bd3b.tar.bz2
spark-5c1883f5a26e14e3350b1532ad0371bc8543bd3b.zip
Update to 1.15.2
Diffstat (limited to 'spark-bukkit')
-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 c4b9d8c..794465b 100644
--- a/spark-bukkit/build.gradle
+++ b/spark-bukkit/build.gradle
@@ -4,7 +4,7 @@ dependencies {
exclude(module: 'text-api')
exclude(module: 'text-serializer-gson')
}
- compileOnly 'com.destroystokyo.paper:paper-api:1.14.4-R0.1-SNAPSHOT'
+ compileOnly 'com.destroystokyo.paper:paper-api:1.15.2-R0.1-SNAPSHOT'
// placeholders
compileOnly 'me.clip:placeholderapi:2.10.3'