Skip to content

Commit

Permalink
Update dependencies.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master authored Jan 25, 2023
1 parent 045c1ba commit 1ff37c0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@

dependencies {

compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.40.31:dev") {
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.41.242:dev") {
transitive = false
}

compileOnly("com.github.GTNewHorizons:Botania:1.9.5-GTNH:api") {
compileOnly("com.github.GTNewHorizons:Botania:1.9.14-GTNH:api") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:ForestryMC:4.4.4:api") {
compileOnly("com.github.GTNewHorizons:ForestryMC:4.5.6:api") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:ForgeMultipart:1.2.7:dev") {
compileOnly("com.github.GTNewHorizons:ForgeMultipart:1.3.1:dev") {
transitive = false
}
compile("com.github.GTNewHorizons:CodeChickenLib:1.1.5.7:dev")

compileOnly("com.github.GTNewHorizons:NotEnoughItems:2.3.20-GTNH:dev") {
compileOnly("com.github.GTNewHorizons:NotEnoughItems:2.3.21-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Chisel:2.10.6-GTNH:api") {
compileOnly("com.github.GTNewHorizons:Chisel:2.10.16-GTNH:api") {
transitive = false
}

compileOnly("com.github.GTNewHorizons:ZenScript:1.0.0-GTNH") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:CraftTweaker:3.2.6:dev") {
compileOnly("com.github.GTNewHorizons:CraftTweaker:3.2.9:dev") {
transitive = false
}

Expand Down

0 comments on commit 1ff37c0

Please sign in to comment.