diff options
| author | Martin Robertz <dream-master@gmx.net> | 2024-03-23 23:41:03 +0100 |
|---|---|---|
| committer | Martin Robertz <dream-master@gmx.net> | 2024-03-24 13:14:17 +0100 |
| commit | 8d563146e7d4aa15f241f396e4b7361fc8753495 (patch) | |
| tree | 339bfaa73b9a9896d9a962b1de7f3ecbf3232c82 | |
| parent | f371447b4c53de834ce8190a300c32eef78afe0b (diff) | |
| download | GT5-Unofficial-8d563146e7d4aa15f241f396e4b7361fc8753495.tar.gz GT5-Unofficial-8d563146e7d4aa15f241f396e4b7361fc8753495.tar.bz2 GT5-Unofficial-8d563146e7d4aa15f241f396e4b7361fc8753495.zip | |
update
| -rw-r--r-- | dependencies.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 5751539887..cf8c1fe7b2 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.116:dev') + api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.121: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.42:dev') {transitive=false} + compileOnly('com.github.GTNewHorizons:GTplusplus:1.11.47: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} @@ -19,7 +19,7 @@ dependencies { //runtimeOnlyNonPublishable("TGregworks:TGregworks:1.7.10-GTNH-1.0.23:deobf") //runtimeOnlyNonPublishable('com.github.GTNewHorizons:TinkersConstruct:1.11.12-GTNH:dev') //runtimeOnlyNonPublishable('com.github.GTNewHorizons:NewHorizonsCoreMod:2.3.42:dev') - //runtimeOnlyNonPublishable('com.github.GTNewHorizons:GoodGenerator:0.8.17:dev') { + //runtimeOnlyNonPublishable('com.github.GTNewHorizons:GoodGenerator:0.8.18:dev') { // exclude group: "com.github.GTNewHorizons", module: "TecTech" //} //runtimeOnlyNonPublishable("curse.maven:extra-utilities-225561:2264384") {transitive=false} |
