Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Feb 5, 2025
1 parent 69f9368 commit fc20963
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ dependencies {
implementation('curse.maven:cofh-core-69162:2388751')

compileOnlyApi('com.github.GTNewHorizons:Angelica:1.0.0-beta32:api')
devOnlyNonPublishable("com.github.GTNewHorizons:GTNHLib:0.6.8:dev") {transitive = false}
devOnlyNonPublishable("com.github.GTNewHorizons:GTNHLib:0.6.9:dev") {transitive = false}
compileOnly('com.github.GTNewHorizons:ThaumicTinkerer:2.11.2:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.42:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:ForestryMC:4.10.1:dev') {transitive = false} // required to compile CraftingV2Tests.java now
compileOnly('com.github.GTNewHorizons:ForgeMultipart:1.6.2:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.110:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.115:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:Jabba:1.5.2:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:inventory-tweaks:1.7.0:api') {transitive = false}
compileOnly('com.github.GTNewHorizons:OpenComputers:1.11.6-GTNH:api') {transitive = false}
Expand All @@ -34,7 +34,7 @@ dependencies {
functionalTestImplementation('org.junit.platform:junit-platform-engine')
functionalTestImplementation('org.junit.platform:junit-platform-launcher')
functionalTestImplementation('org.junit.platform:junit-platform-reporting')
functionalTestImplementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.110:dev') {
functionalTestImplementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.115:dev') {
exclude module: "Applied-Energistics-2-Unofficial"
exclude module: "Hodgepodge"
}
Expand Down

0 comments on commit fc20963

Please sign in to comment.