aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 5688298c49..a6241492d3 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -11,7 +11,7 @@ buildscript {
}
dependencies {
- classpath("com.github.GTNH2:ForgeGradle:FG_1.2-SNAPSHOT")
+ classpath("com.github.GTNewHorizons:ForgeGradle:1.2.4")
}
}
@@ -169,8 +169,8 @@ dependencies {
//Hard Dependencies
compile("net.industrial-craft:industrialcraft-2:$ic2Version:dev")
- compile("com.github.GTNewHorizons:StructureLib:1.0.9:deobf")
- compile("com.github.GTNewHorizons:GT5-Unofficial:$gt5uVersion:dev"){
+ compile("com.github.GTNewHorizons:StructureLib:1.0.12:dev")
+ compile("com.github.GTNewHorizons:GT5-Unofficial:master-SNAPSHOT:dev"){
exclude("net.industrial-craft", "industrialcraft-2")
}
compile("eu.usrv:YAMCore:$yamcoreVersion:deobf")