Archived
0

Updated dependencies.

This commit is contained in:
Logan Fick
2019-02-08 19:16:58 -05:00
parent 0855c20394
commit ff315a1b51

View File

@@ -14,10 +14,9 @@ repositories {
}
dependencies {
implementation "com.github.RedstonerServer:ModuleLoader:gradle-SNAPSHOT"
implementation "com.github.RedstonerServer:CommandManager:master-SNAPSHOT"
implementation "com.github.RedstonerServer:ChatAPI:master-SNAPSHOT"
implementation "com.github.RedstonerServer:ChestAPI:master-SNAPSHOT"
implementation "com.github.RedstonerServer:ModuleLoader:v5.2.1"
implementation "com.github.RedstonerServer:CommandManager:v1"
implementation "com.github.RedstonerServer:ChatAPI:v1"
compileOnly 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT'
}