Skip to content

Commit

Permalink
update dependencies, including buildscript and buildcraft (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
bombcar authored Feb 6, 2022
1 parent 35c2828 commit 1448342
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
// Add your dependencies here

dependencies {
compile("com.github.GTNewHorizons:CodeChickenLib:1.1.5.1:dev")
compile("com.github.GTNewHorizons:CodeChickenLib:1.1.5.3:dev")
compile("com.github.GTNewHorizons:CodeChickenCore:1.1.3:dev")
compile("com.github.GTNewHorizons:EnderCore:0.2.6:dev")
compile("com.github.GTNewHorizons:ForestryMC:4.4.5:dev")
compile("com.github.GTNewHorizons:NotEnoughItems:2.2.3-GTNH:dev")
compile("com.github.GTNewHorizons:NotEnoughItems:2.2.5-GTNH:dev")
compile("curse.maven:cofh-lib-220333:2388748")
compile("com.mod-buildcraft:buildcraft:7.1.23:dev")
compile("com.github.GTNewHorizons:BuildCraft:7.1.25:dev")
shadowImplementation("cglib:cglib-nodep:3.3.0")

compileOnly("com.github.GTNewHorizons:waila:1.5.18:api") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-70-GTNH:api") {
compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-75-GTNH:api") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Baubles:1.0.1.14:dev") {
Expand All @@ -25,7 +25,10 @@ dependencies {
compileOnly("com.github.GTNewHorizons:StorageDrawers:1.11.11-GTNH:api") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Chisel:2.10.6-GTNH:dev") {
compileOnly("com.github.GTNewHorizons:Chisel:2.10.8-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:OpenComputers:1.7.5.21-GTNH:api") {
transitive = false
}

Expand All @@ -38,9 +41,6 @@ dependencies {
compileOnly("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev") {
transitive = false
}
compileOnly("li.cil.oc:OpenComputers:MC1.7.10-1.7.5.1356:api") {
transitive = false
}
compileOnly("curse.maven:mekanism-268560:2475797") { // https://www.curseforge.com/minecraft/mc-mods/mekanism/files/2475797
transitive = false
}
Expand Down

0 comments on commit 1448342

Please sign in to comment.