diff options
author | Martin Robertz <dream-master@gmx.net> | 2023-11-10 14:10:50 +0100 |
---|---|---|
committer | Martin Robertz <dream-master@gmx.net> | 2023-11-10 14:10:50 +0100 |
commit | 5bee46df394e18a697749bc32bcae71c9a6b24c7 (patch) | |
tree | 929fe33a917e81bfa7853179404df16560daeaa2 | |
parent | ae770a450a63f2012d03a4256a444e27037a4925 (diff) | |
download | GT5-Unofficial-5bee46df394e18a697749bc32bcae71c9a6b24c7.tar.gz GT5-Unofficial-5bee46df394e18a697749bc32bcae71c9a6b24c7.tar.bz2 GT5-Unofficial-5bee46df394e18a697749bc32bcae71c9a6b24c7.zip |
update deps
-rw-r--r-- | dependencies.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 187332e9d3..e874d007c4 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.44.75:dev') + api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.76:dev') api('com.github.GTNewHorizons:Yamcl:0.5.86:dev') implementation('com.github.GTNewHorizons:GTNEIOrePlugin:1.1.3:dev') compileOnly("TGregworks:TGregworks:1.7.10-GTNH-1.0.23:deobf") {transitive=false} compileOnly('com.github.GTNewHorizons:TinkersConstruct:1.10.11-GTNH:dev') {transitive=false} compileOnly('com.github.GTNewHorizons:OpenComputers:1.9.19-GTNH:dev') {transitive=false} - compileOnly('com.github.GTNewHorizons:GTplusplus:1.10.26:dev') {transitive=false} + compileOnly('com.github.GTNewHorizons:GTplusplus:1.10.27:dev') {transitive=false} compileOnly('com.github.GTNewHorizons:Avaritia:1.46:dev') {transitive=false} compileOnly('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') {transitive=false} |