Skip to content

Commit

Permalink
Update dependencies.gradle (#33)
Browse files Browse the repository at this point in the history
* Update dependencies.gradle

* Update settings.gradle
  • Loading branch information
Dream-Master authored Feb 28, 2024
1 parent 5ce0d9b commit 2e7b9b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ dependencies {
compile('com.github.GTNewHorizons:AppleCore:3.3.0:dev')
compile('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev')
compile("curse.maven:witchery-69673:2234410")
compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-310-GTNH:dev') {
compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-328-GTNH:dev') {
transitive = false
}
compile('com.github.GTNewHorizons:Baubles:1.0.4:dev') {
transitive = false
}
compileOnly('com.github.GTNewHorizons:Botania:1.10.4-GTNH:dev') {
compileOnly('com.github.GTNewHorizons:Botania:1.10.10-GTNH:dev') {
transitive = false
}
compile('com.github.GTNewHorizons:CodeChickenLib:1.2.1:dev') {
transitive = false
}
compileOnly('com.github.GTNewHorizons:ThaumicTinkerer:2.9.0:dev') {
compileOnly('com.github.GTNewHorizons:ThaumicTinkerer:2.9.2:dev') {
transitive = false
}
compileOnly("com.github.GTNewHorizons:waila:1.6.5:api") {
compileOnly("com.github.GTNewHorizons:waila:1.7.1:api") {
transitive = false
}
runtimeOnly("com.github.GTNewHorizons:CodeChickenCore:1.2.1:dev") // Allow obfuscated Witchery to run in dev
runtimeOnly("com.github.GTNewHorizons:NotEnoughItems:2.5.4-GTNH:dev")
runtimeOnly("com.github.GTNewHorizons:NotEnoughItems:2.5.21-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.8'
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.14'
}


0 comments on commit 2e7b9b9

Please sign in to comment.