diff options
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 5c22987426..4b29e4c8bd 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -22,14 +22,14 @@ * For more details, see https://docs.gradle.org/7.6/userguide/java_library_plugin.html#sec:java_library_configurations_graph */ dependencies { - api("com.github.GTNewHorizons:StructureLib:1.2.1:dev") + api("com.github.GTNewHorizons:StructureLib:1.2.6:dev") - api("com.github.GTNewHorizons:NotEnoughItems:2.3.28-GTNH:dev") - api("com.github.GTNewHorizons:GTNHLib:0.0.12:dev") + api("com.github.GTNewHorizons:NotEnoughItems:2.3.46-GTNH:dev") + api("com.github.GTNewHorizons:GTNHLib:0.0.13:dev") api("com.github.GTNewHorizons:ModularUI:1.1.2:dev") - api("com.github.GTNewHorizons:waila:1.5.23:dev") - api("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-195-GTNH:dev") - implementation("com.github.GTNewHorizons:Eternal-Singularity:1.0.10:dev") + api("com.github.GTNewHorizons:waila:1.5.24:dev") + api("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-197-GTNH:dev") + implementation("com.github.GTNewHorizons:Eternal-Singularity:1.1.0:dev") api("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev") @@ -51,9 +51,6 @@ dependencies { compileOnly("com.github.GTNewHorizons:ProjectRed:4.7.9-GTNH:dev") { transitive = false } compileOnly("com.github.GTNewHorizons:Hodgepodge:2.2.8:dev") { transitive = false } - // fix universium animation - runtimeOnly("com.github.GTNewHorizons:Avaritia:1.33:dev") - compileOnly("com.google.auto.value:auto-value-annotations:1.10.1") { transitive = false } annotationProcessor("com.google.auto.value:auto-value:1.10.1") |