Update build.gradle.kts

This commit is contained in:
bluefireoly
2020-11-02 23:25:27 +01:00
parent 00f380373e
commit b90e01bbb3

View File

@@ -17,7 +17,7 @@ val JVM_VERSION_STRING = JVM_VERSION.versionString
*/ */
group = "net.axay" group = "net.axay"
version = "v1.16.3_R18" version = "v1.16.4_R18"
description = "A Kotlin API for the Minecraft Server Software \"Spigot\"." description = "A Kotlin API for the Minecraft Server Software \"Spigot\"."
@@ -55,8 +55,8 @@ repositories {
dependencies { dependencies {
// SPIGOT // SPIGOT
compileOnly("org.spigotmc", "spigot", "1.16.3-R0.1-SNAPSHOT") compileOnly("org.spigotmc", "spigot", "1.16.4-R0.1-SNAPSHOT")
testCompileOnly("org.spigotmc", "spigot", "1.16.3-R0.1-SNAPSHOT") testCompileOnly("org.spigotmc", "spigot", "1.16.4-R0.1-SNAPSHOT")
// KHTTP // KHTTP
api("khttp", "khttp", "1.0.0") api("khttp", "khttp", "1.0.0")