aboutsummaryrefslogtreecommitdiff
path: root/dependencies.gradle
diff options
context:
space:
mode:
authormiozune <miozune@gmail.com>2023-10-08 18:18:58 +0900
committerGitHub <noreply@github.com>2023-10-08 18:18:58 +0900
commitab65ab2afbf180c6c52c61145acc9e1803426d76 (patch)
tree1497ad40e4c150132f579a47691ea90b8606be57 /dependencies.gradle
parent48248e0dbf0e5b80b9ffdfe34d5c25f9079a991a (diff)
downloadGT5-Unofficial-ab65ab2afbf180c6c52c61145acc9e1803426d76.tar.gz
GT5-Unofficial-ab65ab2afbf180c6c52c61145acc9e1803426d76.tar.bz2
GT5-Unofficial-ab65ab2afbf180c6c52c61145acc9e1803426d76.zip
Cleanup isValidMetaTileEntity and some more (#364)
* updateBuildScript & updateDependencies * Update .gitignore * Cleanup isValidMetaTileEntity * Remove unused and obsolete members Former-commit-id: 916b7ea9e708857b2efb50c3387fb7643dfa1796
Diffstat (limited to 'dependencies.gradle')
-rw-r--r--dependencies.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/dependencies.gradle b/dependencies.gradle
index ba2504f69c..cf2c918427 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -1,13 +1,13 @@
// Add your dependencies here
dependencies {
- api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.23:dev')
- api("com.github.GTNewHorizons:TecTech:5.3.3:dev")
+ api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.31:dev')
+ api("com.github.GTNewHorizons:TecTech:5.3.5:dev")
api("com.github.GTNewHorizons:GalacticGregGT5:1.0.10:dev") {
exclude group:"com.github.GTNewHorizons", module:"bartworks"
}
api("com.github.GTNewHorizons:Avaritia:1.46:dev")
- implementation("com.github.GTNewHorizons:TinkersConstruct:1.10.3-GTNH:dev")
+ implementation("com.github.GTNewHorizons:TinkersConstruct:1.10.5-GTNH:dev")
compileOnly("com.github.GTNewHorizons:TinkersGregworks:GTNH-1.0.24-pre:dev") {transitive = false}
compileOnly("com.github.GTNewHorizons:OpenComputers:1.9.17-GTNH:api") {transitive = false}