diff options
author | Luck <git@lucko.me> | 2020-01-26 00:56:24 +0000 |
---|---|---|
committer | Luck <git@lucko.me> | 2020-01-26 00:56:24 +0000 |
commit | 5c1883f5a26e14e3350b1532ad0371bc8543bd3b (patch) | |
tree | db926eab2fddc9a2f3967418062e90ae204066a7 /spark-bukkit | |
parent | 40c07f2148d739d6091f0177b75162d1fd4294ce (diff) | |
download | spark-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.gradle | 2 |
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' |