Merge branch 'master' into fix-anvil-gui

This commit is contained in:
NyCode
2021-03-23 18:08:41 +01:00
committed by GitHub
1133 changed files with 14168 additions and 35622 deletions

View File

@@ -35,12 +35,11 @@ repositories {
}
dependencies {
// SPIGOT
compileOnly("org.spigotmc", "spigot", "1.16.5-R0.1-SNAPSHOT")
testCompileOnly("org.spigotmc", "spigot", "1.16.5-R0.1-SNAPSHOT")
api("net.wesjd", "anvilgui", "1.5.0-SNAPSHOT")
api("org.jetbrains.kotlinx", "kotlinx-serialization-json", "1.1.0")
api("org.json", "json", "20210307")
}