diff options
author | Martin Robertz <dream-master@gmx.net> | 2023-01-28 15:36:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-28 15:36:46 +0100 |
commit | c2fa1287e8931329409954c7b916180244b25b86 (patch) | |
tree | 60cff7e57d0cabcfce61d7f02ec8eae0decab272 /dependencies.gradle | |
parent | 59af2d66fdccc303365b3f2a2a20d91d886ac2a2 (diff) | |
parent | 944b50a722db4c59813ca7c9e9304dc706ffc459 (diff) | |
download | GT5-Unofficial-c2fa1287e8931329409954c7b916180244b25b86.tar.gz GT5-Unofficial-c2fa1287e8931329409954c7b916180244b25b86.tar.bz2 GT5-Unofficial-c2fa1287e8931329409954c7b916180244b25b86.zip |
Merge pull request #142 from GTNewHorizons/OpticalCircuits
Optical circuit recipes
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 de5c895fef..3f6e8bf426 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -2,7 +2,7 @@ dependencies { shadowImplementation('com.github.GTNewHorizons:AVRcore:1.0.1') - compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.217-pre:dev') + compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.243-pre:dev') compile('com.github.GTNewHorizons:ModularUI:1.0.38:dev') compile('com.github.GTNewHorizons:Yamcl:0.5.84:dev') compile('com.github.GTNewHorizons:NotEnoughItems:2.3.20-GTNH:dev') |