Update build.gradle.kts

This commit is contained in:
bluefireoly
2020-09-24 19:52:22 +02:00
parent 56f181e96d
commit c7b2023539

View File

@@ -13,7 +13,7 @@ object BuildConstants {
*/ */
group = "net.axay" group = "net.axay"
version = "1.16.2" version = "1.16.3"
plugins { plugins {
java java
@@ -36,8 +36,8 @@ dependencies {
implementation(kotlin("stdlib-jdk$CONSISTENT_VERSION_STRING")) implementation(kotlin("stdlib-jdk$CONSISTENT_VERSION_STRING"))
// SPIGOT // SPIGOT
compileOnly("org.spigotmc", "spigot", "1.16.2-R0.1-SNAPSHOT") compileOnly("org.spigotmc", "spigot", "1.16.3-R0.1-SNAPSHOT")
testCompileOnly("org.spigotmc", "spigot", "1.16.2-R0.1-SNAPSHOT") testCompileOnly("org.spigotmc", "spigot", "1.16.3-R0.1-SNAPSHOT")
} }