Update build.gradle.kts

This commit is contained in:
bluefireoly
2020-08-27 23:03:02 +02:00
parent 93274eda16
commit 284ba69542

View File

@@ -26,8 +26,8 @@ dependencies {
implementation(kotlin("stdlib"))
// SPIGOT
compileOnly("org.spigotmc", "spigot", "1.16.1-R0.1-SNAPSHOT")
testCompileOnly("org.spigotmc", "spigot", "1.16.1-R0.1-SNAPSHOT")
compileOnly("org.spigotmc", "spigot", "1.16.2-R0.1-SNAPSHOT")
testCompileOnly("org.spigotmc", "spigot", "1.16.2-R0.1-SNAPSHOT")
}