Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Oct 20, 2023
1 parent eef5f7b commit 1388a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
implementation('curse.maven:cofh-core-69162:2388751')
compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.36:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:ForgeMultipart:1.3.4:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.49:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.55:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:Jabba:1.3.0:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:inventory-tweaks:1.5.16:api') {transitive = false}
compileOnly('com.github.GTNewHorizons:OpenComputers:1.9.17-GTNH:api') {transitive = false}
Expand All @@ -27,7 +27,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.44.49:dev') {
functionalTestImplementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.55:dev') {
exclude module: "Applied-Energistics-2-Unofficial"
}
}

0 comments on commit 1388a1a

Please sign in to comment.