diff options
author | Jason Mitchell <mitchej+github@gmail.com> | 2023-05-01 04:31:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-01 13:31:58 +0200 |
commit | 76810fa8addf9f7a2cdb9e861798d315d0893581 (patch) | |
tree | f64ad151d7527ae340749494ad902a74b3e04df9 /dependencies.gradle | |
parent | aa0471bd2cc7428b0803538ac3851aad21e6ba68 (diff) | |
download | GT5-Unofficial-76810fa8addf9f7a2cdb9e861798d315d0893581.tar.gz GT5-Unofficial-76810fa8addf9f7a2cdb9e861798d315d0893581.tar.bz2 GT5-Unofficial-76810fa8addf9f7a2cdb9e861798d315d0893581.zip |
ForgeDirection (#8)
* ForgeDirection
* update bs + update dep
* yeet class
* fix
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
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 cdae295d44..246b463df3 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -4,5 +4,5 @@ dependencies { testImplementation(platform('org.junit:junit-bom:5.8.2')) testImplementation('org.junit.jupiter:junit-jupiter') compile("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev") - compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.41.254:dev") + compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.43.07:dev") } |