diff options
author | Abdiel Kavash <19243993+AbdielKavash@users.noreply.github.com> | 2024-03-10 00:11:26 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-10 07:11:26 +0100 |
commit | fb9e6fc821224c58d7946ecd80de94c715d4f289 (patch) | |
tree | 55f82dd8103403378eb967ab714c62c8c462e561 /dependencies.gradle | |
parent | 50dfbb44acdd28bc183dc58b9cd40d5ba5121685 (diff) | |
download | GT5-Unofficial-fb9e6fc821224c58d7946ecd80de94c715d4f289.tar.gz GT5-Unofficial-fb9e6fc821224c58d7946ecd80de94c715d4f289.tar.bz2 GT5-Unofficial-fb9e6fc821224c58d7946ecd80de94c715d4f289.zip |
Numeric widget and localized number formatting. (#2)
* bs + deps
* Radio Hatch
* LESU
* spotless
* deps
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index e2776fe9be..63958793c0 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -4,8 +4,8 @@ dependencies { runtimeOnlyNonPublishable('com.github.GTNewHorizons:NotEnoughItems:2.5.24-GTNH:dev') runtimeOnlyNonPublishable('com.github.GTNewHorizons:waila:1.7.1:dev') - compileOnlyApi('com.github.GTNewHorizons:Angelica:1.0.0-alpha33:api') { transitive = false } - api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.92:dev') + compileOnlyApi('com.github.GTNewHorizons:Angelica:1.0.0-alpha34:api') { transitive = false } + api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.95:dev') api("com.github.GTNewHorizons:TecTech:5.3.32:dev") api("com.github.GTNewHorizons:GalacticGregGT5:1.1.0:dev") { exclude group:"com.github.GTNewHorizons", module:"bartworks" |