aboutsummaryrefslogtreecommitdiff
path: root/dependencies.gradle
diff options
context:
space:
mode:
authorGlease <4586901+Glease@users.noreply.github.com>2023-01-09 03:01:50 +0800
committerGitHub <noreply@github.com>2023-01-08 20:01:50 +0100
commit87584d9f0361525f9437acf828ff3b75a7716d4c (patch)
tree8e6be0e44ea64fbc1c93520edfd320754136b5f6 /dependencies.gradle
parent152020d020f02275cf9a9363b0bcfcbe25470b2d (diff)
downloadGT5-Unofficial-87584d9f0361525f9437acf828ff3b75a7716d4c.tar.gz
GT5-Unofficial-87584d9f0361525f9437acf828ff3b75a7716d4c.tar.bz2
GT5-Unofficial-87584d9f0361525f9437acf828ff3b75a7716d4c.zip
prevent incorrect fluid from being forced into liquid air hatch (#261)
* prevent incorrect fluid from being forced into liquid air hatch * Spotless apply for branch fix/restrictive-hatch-gui for #261 (#262) Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Former-commit-id: 96355205d1e00f596bb23514933e89355f8b71eb
Diffstat (limited to 'dependencies.gradle')
-rw-r--r--dependencies.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies.gradle b/dependencies.gradle
index 5e437113a4..c2a0702cfc 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -1,7 +1,7 @@
// Add your dependencies here
dependencies {
- compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.41.205:dev")
+ compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.41.207:dev")
compile("com.github.GTNewHorizons:StructureLib:1.2.0-beta.2:dev")
compile("com.github.GTNewHorizons:TecTech:5.0.67:dev")
compile("com.github.GTNewHorizons:NotEnoughItems:2.3.20-GTNH:dev")