aboutsummaryrefslogtreecommitdiff
path: root/spark-bukkit
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2019-08-25 22:04:03 +0100
committerLuck <git@lucko.me>2019-08-25 22:04:03 +0100
commitf8398d61af0bbfc63c36f706010b0dfea54a8b6b (patch)
tree2a8ab5a15eee1097cb9b2307c04424d17cc27162 /spark-bukkit
parentc8d631f65ca40b65e392297523d43884a8260797 (diff)
downloadspark-f8398d61af0bbfc63c36f706010b0dfea54a8b6b.tar.gz
spark-f8398d61af0bbfc63c36f706010b0dfea54a8b6b.tar.bz2
spark-f8398d61af0bbfc63c36f706010b0dfea54a8b6b.zip
Update spark-forge to 1.14.4
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 7de38d3..56ba20f 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 'org.spigotmc:spigot-api:1.14-R0.1-SNAPSHOT'
+ compileOnly 'org.spigotmc:spigot-api:1.14.4-R0.1-SNAPSHOT'
// placeholders
compileOnly 'me.clip:placeholderapi:2.10.3'