diff options
author | Martin Robertz <dream-master@gmx.net> | 2024-03-31 15:57:27 +0200 |
---|---|---|
committer | Martin Robertz <dream-master@gmx.net> | 2024-03-31 15:57:27 +0200 |
commit | a17f0c238deadc7b107b37a5a852387a267cbb1f (patch) | |
tree | 80ec4ebca4a6e6ea0b9cf2a92df101413a1cb263 | |
parent | 5c2ef803bc297d19074a4e7c700a87a098cd9634 (diff) | |
download | GT5-Unofficial-a17f0c238deadc7b107b37a5a852387a267cbb1f.tar.gz GT5-Unofficial-a17f0c238deadc7b107b37a5a852387a267cbb1f.tar.bz2 GT5-Unofficial-a17f0c238deadc7b107b37a5a852387a267cbb1f.zip |
update
-rw-r--r-- | dependencies.gradle | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 99ac39cd63..449846eb44 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -35,7 +35,7 @@ */ dependencies { - api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.130:dev') + api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.134:dev') { exclude group:"com.github.GTNewHorizons", module:"ModularUI" } @@ -48,7 +48,7 @@ dependencies { //compileOnly("curse.maven:extrautilities-225561:2264384") { // transitive = false //} - compileOnly("com.github.GTNewHorizons:GTplusplus:1.11.49:dev") + compileOnly("com.github.GTNewHorizons:GTplusplus:1.11.50:dev") { transitive = false } @@ -68,7 +68,7 @@ dependencies { { transitive = false } - compileOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.3.42:dev") + compileOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.3.43:dev") { transitive = false } @@ -87,9 +87,9 @@ dependencies { // For testing //runtimeOnly("com.github.GTNewHorizons:BetterLoadingScreen:1.6.1-GTNH:dev") - //runtimeOnly("com.github.GTNewHorizons:GTplusplus:1.11.49:dev") + //runtimeOnly("com.github.GTNewHorizons:GTplusplus:1.11.50:dev") //runtimeOnly("com.github.GTNewHorizons:harvestcraft:1.1.10-GTNH:dev") - //runtimeOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.3.42:dev") + //runtimeOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.3.43:dev") //runtimeOnly("com.github.GTNewHorizons:OpenBlocks:1.9.1-GTNH:dev") //runtimeOnly("com.github.GTNewHorizons:bartworks:0.9.17:dev") //runtimeOnly("com.github.GTNewHorizons:CraftTweaker:3.3.1:dev") |