summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorMinenash <minenash@protonmail.com>2019-02-17 23:35:06 -0500
committerMinenash <minenash@protonmail.com>2019-02-17 23:35:06 -0500
commit568ad4221e5e618f5d17ce37bcb75a7f8eb955db (patch)
tree34adec248d737c9d6a3348562c3e661ccad0fa85 /build.gradle
parentbb18b838c6093a1c93c21b7c86ff2d894464c662 (diff)
parentff315a1b512b450706028d3aed20a10cb08e872b (diff)
Merge branch 'dev' of https://github.com/RedstonerServer/Modules.git into dev
Diffstat (limited to 'build.gradle')
-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'
}