Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed May 20, 2024
1 parent 0c83842 commit c1ce2c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
dependencies {
compile('com.github.GTNewHorizons:ForestryMC:4.8.9:dev')

compileOnly('com.github.GTNewHorizons:BloodMagic:1.5.2:dev')
compileOnly('com.github.GTNewHorizons:ThaumicHorizons:1.5.3:dev')
compileOnly('com.github.GTNewHorizons:BloodMagic:1.5.4:dev')
compileOnly('com.github.GTNewHorizons:Baubles:1.0.4:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:Botania:1.10.12-GTNH:api') {transitive = false}
compileOnly('com.github.GTNewHorizons:Botania:1.10.13-GTNH:api') {transitive = false}
compileOnly('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.161:dev')
compileOnly('com.github.GTNewHorizons:ThaumicEnergistics:1.6.5-GTNH:dev')
compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.166:dev')
compileOnly('com.github.GTNewHorizons:ThaumicEnergistics:1.6.10-GTNH:dev')
}

2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pluginManagement {
}

plugins {
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.21'
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.22'
}


0 comments on commit c1ce2c3

Please sign in to comment.