Update spigot

This commit is contained in:
bluefireoly
2021-01-19 13:47:45 +01:00
parent 29d5be90ad
commit e18efde90a

View File

@@ -55,8 +55,8 @@ repositories {
dependencies {
// SPIGOT
compileOnly("org.spigotmc", "spigot", "1.16.4-R0.1-SNAPSHOT")
testCompileOnly("org.spigotmc", "spigot", "1.16.4-R0.1-SNAPSHOT")
compileOnly("org.spigotmc", "spigot", "1.16.5-R0.1-SNAPSHOT")
testCompileOnly("org.spigotmc", "spigot", "1.16.5-R0.1-SNAPSHOT")
// KHTTP
api("khttp", "khttp", "1.0.0")