diff --git a/dependencies.gradle b/dependencies.gradle index cf8c1fe7b..ee961a4c1 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -2,14 +2,14 @@ dependencies { shadowImplementation('com.github.GTNewHorizons:AVRcore:1.0.1') - api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.121:dev') + api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.124:dev') api('com.github.GTNewHorizons:Yamcl:0.6.0:dev') implementation('com.github.GTNewHorizons:GTNEIOrePlugin:1.2.0:dev') compileOnly("TGregworks:TGregworks:1.7.10-GTNH-1.0.23:deobf") {transitive=false} compileOnly('com.github.GTNewHorizons:TinkersConstruct:1.11.12-GTNH:dev') {transitive=false} compileOnly('com.github.GTNewHorizons:OpenComputers:1.10.7-GTNH:dev') {transitive=false} - compileOnly('com.github.GTNewHorizons:GTplusplus:1.11.47:dev') {transitive=false} + compileOnly('com.github.GTNewHorizons:GTplusplus:1.11.48:dev') {transitive=false} compileOnly('com.github.GTNewHorizons:Avaritia:1.49:dev') {transitive=false} compileOnly('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') {transitive=false}