use 1.15 spigot

This commit is contained in:
Jesse Boyd 2019-12-25 02:39:41 +00:00
parent 519d3ee2d6
commit 4c90523121
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -19,7 +19,7 @@ dependencies {
compile(project(":Core"))
compile("com.destroystokyo.paper:paper-api:1.14.4-R0.1-SNAPSHOT")
//implementation 'com.onarandombox.multiversecore:Multiverse-Core:3.0.0-SNAPSHOT'
implementation("org.spigotmc:spigot-api:1.14.4-R0.1-SNAPSHOT")
implementation("org.spigotmc:spigot:1.15-R0.1-SNAPSHOT")
compile(group: "com.sk89q.worldedit", name: "worldedit-bukkit", version: "7.0.0")
compile("io.papermc:paperlib:1.0.2")
compile(group: "com.squareup.retrofit2", name: "retrofit", version: "2.4.0")