summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Fick <logaldeveloper@protonmail.com>2019-02-08 19:16:58 -0500
committerLogan Fick <logaldeveloper@protonmail.com>2019-02-08 19:16:58 -0500
commitff315a1b512b450706028d3aed20a10cb08e872b (patch)
tree8c10285ff6f09cb3ccfc35c1d0ddf7bdba2b6d80
parent0855c20394a12fc601952f1b31dac87b0f6da762 (diff)
Updated dependencies.
-rw-r--r--build.gradle7
1 files changed, 3 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index 1227eac..e35eee1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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'
}