diff options
author | Johann Bernhardt <johann.bernhardt@tum.de> | 2021-12-20 12:33:24 +0100 |
---|---|---|
committer | Johann Bernhardt <johann.bernhardt@tum.de> | 2021-12-20 12:33:24 +0100 |
commit | 0e39512408abffd9d50a9dd79349bd9cb1c83c01 (patch) | |
tree | 71a6fb2ebea0e00e4f5f21d8ab44f038073ad8db /dependencies.gradle | |
parent | 5982596a37a5219654c0d097de709856a7ff1cee (diff) | |
download | GT5-Unofficial-0e39512408abffd9d50a9dd79349bd9cb1c83c01.tar.gz GT5-Unofficial-0e39512408abffd9d50a9dd79349bd9cb1c83c01.tar.bz2 GT5-Unofficial-0e39512408abffd9d50a9dd79349bd9cb1c83c01.zip |
Switch dependency to master
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 460a39df64..c399699b42 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -3,7 +3,7 @@ dependencies { compile("com.github.GTNewHorizons:GT5-Unofficial:master-SNAPSHOT:dev") compile("com.github.GTNewHorizons:TecTech:master-SNAPSHOT:dev") - compile("com.github.GTNewHorizons:ThaumicTinkerer:unified-build-script-SNAPSHOT:dev") + compile("com.github.GTNewHorizons:ThaumicTinkerer:master-SNAPSHOT:dev") compile("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev") compile("org.joml:joml:1.9.18") |