diff options
author | Martin Robertz <dream-master@gmx.net> | 2024-04-16 19:51:47 +0200 |
---|---|---|
committer | Martin Robertz <dream-master@gmx.net> | 2024-04-16 19:51:47 +0200 |
commit | f4643ad3aa52387f90f69107039d98d27804621d (patch) | |
tree | 302e9dd4a3865c18f2fe5bd1c8fcd7cac0cabf3f | |
parent | f81ddc6b8b08387605db8ce1bbc6adc6e3ecc6bf (diff) | |
download | GT5-Unofficial-f4643ad3aa52387f90f69107039d98d27804621d.tar.gz GT5-Unofficial-f4643ad3aa52387f90f69107039d98d27804621d.tar.bz2 GT5-Unofficial-f4643ad3aa52387f90f69107039d98d27804621d.zip |
update
-rw-r--r-- | dependencies.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 5ed7cba2b8..0b98063b38 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -5,13 +5,13 @@ dependencies { runtimeOnlyNonPublishable('com.github.GTNewHorizons:waila:1.7.2:dev') compileOnlyApi('com.github.GTNewHorizons:Angelica:1.0.0-alpha36a:api') { transitive = false } - api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.148:dev') + api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.151:dev') api("com.github.GTNewHorizons:TecTech:5.3.45:dev") api("com.github.GTNewHorizons:GalacticGregGT5:1.1.0:dev") { exclude group:"com.github.GTNewHorizons", module:"bartworks" } api("com.github.GTNewHorizons:Avaritia:1.49:dev") - implementation("com.github.GTNewHorizons:TinkersConstruct:1.11.14-GTNH:dev") + implementation("com.github.GTNewHorizons:TinkersConstruct:1.11.15-GTNH:dev") compileOnly("TGregworks:TGregworks:1.7.10-GTNH-1.0.25:deobf") {transitive = false} compileOnly("com.github.GTNewHorizons:OpenComputers:1.10.9-GTNH:api") {transitive = false} |