diff options
author | Johann Bernhardt <johann.bernhardt@tum.de> | 2021-11-07 20:29:45 +0100 |
---|---|---|
committer | Johann Bernhardt <johann.bernhardt@tum.de> | 2021-11-07 20:29:45 +0100 |
commit | 4253f35d24f6973143dbbaab438acd5dd07bc9c9 (patch) | |
tree | bd317b80d9f66bea8c316153b2c9e484b87d408d /dependencies.gradle | |
parent | 6f9ac8cee1931f6a5964eb2a232dcbfd0ad514d6 (diff) | |
download | GT5-Unofficial-4253f35d24f6973143dbbaab438acd5dd07bc9c9.tar.gz GT5-Unofficial-4253f35d24f6973143dbbaab438acd5dd07bc9c9.tar.bz2 GT5-Unofficial-4253f35d24f6973143dbbaab438acd5dd07bc9c9.zip |
Use updated YAMCore version
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 16bc437a75..2b58aaa9c5 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -14,7 +14,7 @@ dependencies { transitive = false } compileOnly("commons-io:commons-io:2.4") - compileOnly("eu.usrv:YAMCore:1.7.10-0.5.78:deobf") + compileOnly("eu.usrv:YAMCore:1.7.10-0.5.80:deobf") compileOnly("tconstruct:TConstruct:1.7.10-1.8.4.build951:deobf") compileOnly("codechicken:Translocator:1.7.10-1.1.2.16:dev") compileOnly("net.sengir.forestry:forestry_1.7.10:4.4.0.0:dev") |