update deps and fix maven version (#53)

This commit is contained in:
bombcar 2022-02-07 14:29:46 -06:00 committed by GitHub
parent 71183a8bfe
commit f09a829d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
//version: 1643844119
//version: 1644194279
/*
DO NOT CHANGE THIS FILE!

View File

@ -12,7 +12,7 @@ dependencies {
compileOnly("com.github.GTNewHorizons:EnderStorage:1.4.11:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.40.31:dev") {
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.40.32:dev") {
transitive = false
}
compile("com.github.GTNewHorizons:ForestryMC:4.4.5:dev") {
@ -21,7 +21,7 @@ dependencies {
compileOnly("com.github.GTNewHorizons:Railcraft:9.13.6:dev") {
transitive = false
}
compile("com.github.GTNewHorizons:NotEnoughItems:2.2.5-GTNH:dev") {
compile("com.github.GTNewHorizons:NotEnoughItems:2.2.6-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:ForgeMultipart:1.2.7:dev") {
@ -51,7 +51,7 @@ dependencies {
compileOnly("com.github.GTNewHorizons:ThaumicEnergistics:1.3.16-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:ExtraCells2:2.5.7:dev") {
compileOnly("com.github.GTNewHorizons:ExtraCells2:2.5.8:dev") {
transitive = false
}
compile("com.github.GTNewHorizons:EnderCore:0.2.6:dev") {