aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2024-09-05 22:50:13 +0200
committerMartin Robertz <dream-master@gmx.net>2024-09-05 22:50:13 +0200
commitf8f995ef24813cc40b3454605f42d7ee06a46f51 (patch)
treecbfef554c766ab17b181b39426ab4db87d0a009e
parent650778390d21ab3f34ea6df0f53e7f57b1aa4115 (diff)
downloadGT5-Unofficial-f8f995ef24813cc40b3454605f42d7ee06a46f51.tar.gz
GT5-Unofficial-f8f995ef24813cc40b3454605f42d7ee06a46f51.tar.bz2
GT5-Unofficial-f8f995ef24813cc40b3454605f42d7ee06a46f51.zip
update
-rw-r--r--dependencies.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/dependencies.gradle b/dependencies.gradle
index 87bd86f62c..c4b9d71916 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -39,7 +39,7 @@ dependencies {
api("com.github.GTNewHorizons:NotEnoughItems:2.6.34-GTNH:dev")
api("com.github.GTNewHorizons:NotEnoughIds:2.1.0:dev")
api("com.github.GTNewHorizons:GTNHLib:0.5.5:dev")
- api("com.github.GTNewHorizons:ModularUI:1.2.1:dev")
+ api("com.github.GTNewHorizons:ModularUI:1.2.2:dev")
api("com.github.GTNewHorizons:ModularUI2:2.1.4-1.7.10:dev")
api("com.github.GTNewHorizons:waila:1.8.1:dev")
api("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-450-GTNH:dev")
@@ -49,7 +49,7 @@ dependencies {
compileOnlyApi('com.github.GTNewHorizons:ThaumicTinkerer:2.10.1:dev')
compileOnlyApi("com.github.GTNewHorizons:Mobs-Info:0.4.6-GTNH:dev")
- compileOnlyApi("com.github.GTNewHorizons:Navigator:1.0.6:dev")
+ compileOnlyApi("com.github.GTNewHorizons:Navigator:1.0.10:dev")
implementation('com.github.GTNewHorizons:Baubles:1.0.4:dev') {transitive=false}
// Required to prevent an older bauble api from Extra Utilities from loading first in the javac classpath
compileOnly('com.github.GTNewHorizons:Baubles:1.0.4:dev') {transitive=false}