diff options
| author | Abdiel Kavash <19243993+AbdielKavash@users.noreply.github.com> | 2024-02-25 22:14:23 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-25 22:14:23 -0600 |
| commit | c0b794462f6548fc35069d8d326e88d7e8524750 (patch) | |
| tree | 5222073727b590b39f8fff05c997b6b8e6e80cfe | |
| parent | 892061382de541ff68f7fc96d2766c5b19225a5d (diff) | |
| download | GT5-Unofficial-c0b794462f6548fc35069d8d326e88d7e8524750.tar.gz GT5-Unofficial-c0b794462f6548fc35069d8d326e88d7e8524750.tar.bz2 GT5-Unofficial-c0b794462f6548fc35069d8d326e88d7e8524750.zip | |
Update dependencies. (#2509)
| -rw-r--r-- | dependencies.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 5c4ddf8546..fbec67cba1 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -38,9 +38,9 @@ dependencies { api("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev") api("com.github.GTNewHorizons:NotEnoughItems:2.5.21-GTNH:dev") api("com.github.GTNewHorizons:GTNHLib:0.2.7:dev") - api("com.github.GTNewHorizons:ModularUI:1.1.33:dev") + api("com.github.GTNewHorizons:ModularUI:1.1.34:dev") api("com.github.GTNewHorizons:waila:1.7.1:dev") - api("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-327-GTNH:dev") + api("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-328-GTNH:dev") api("com.github.GTNewHorizons:AE2FluidCraft-Rework:1.2.17-gtnh:dev") implementation("com.github.GTNewHorizons:Avaritia:1.49:dev") @@ -52,7 +52,7 @@ dependencies { compileOnlyApi("com.github.GTNewHorizons:ForestryMC:4.8.4:dev") { transitive = false } compileOnlyApi("com.github.GTNewHorizons:Railcraft:9.15.5:dev") { transitive = false } - compileOnly("com.github.GTNewHorizons:EnderCore:0.4.3:dev") { transitive = false } + compileOnly("com.github.GTNewHorizons:EnderCore:0.4.4:dev") { transitive = false } compileOnly("com.github.GTNewHorizons:Galacticraft:3.1.3-GTNH:dev") { transitive = false } compileOnly("com.github.GTNewHorizons:TinkersConstruct:1.11.11-GTNH:dev") { transitive = false } compileOnly("com.github.GTNewHorizons:Chisel:2.14.1-GTNH:dev") { transitive = false } |
