Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Jan 6, 2024
1 parent 7bd0ab5 commit 89bbfc8
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@ dependencies {
shadowImplementation("com.sun.xml.bind:jaxb-impl:3.0.2")
shadowImplementation("org.mozilla:rhino-engine:1.7.14")

runtimeOnlyNonPublishable('com.github.GTNewHorizons:NotEnoughItems:2.3.80-GTNH:dev')
runtimeOnlyNonPublishable('com.github.GTNewHorizons:NotEnoughItems:2.4.13-GTNH:dev')
if (addGtForTesting) {
runtimeOnlyNonPublishable('com.github.GTNewHorizons:GT5-Unofficial:5.09.43.162:dev')
runtimeOnlyNonPublishable("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-244-GTNH:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:Chisel:2.11.3-GTNH:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:ForestryMC:4.6.13:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:Railcraft:9.14.9:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:EnderIO:2.4.24:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:ProjectRed:4.7.11-GTNH:dev") { transitive = false }
runtimeOnlyNonPublishable("com.github.GTNewHorizons:MrTJPCore:1.1.4:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:ForgeMultipart:1.3.4:dev")
runtimeOnlyNonPublishable('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.15:dev')
runtimeOnlyNonPublishable("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-307-GTNH:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:Chisel:2.13.0-GTNH:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:ForestryMC:4.8.1:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:Railcraft:9.15.3:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:EnderIO:2.6.2:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:ProjectRed:4.9.1-GTNH:dev") { transitive = false }
runtimeOnlyNonPublishable("com.github.GTNewHorizons:MrTJPCore:1.1.5:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:ForgeMultipart:1.4.3:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:ForgeRelocation:0.0.3:dev")
reobfJarConfiguration group: 'curse.maven', name: 'cofh-core-69162', version: '2388750'
runtimeOnlyNonPublishable("com.github.GTNewHorizons:AppleCore:3.2.10:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:Hodgepodge:2.2.27:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:AppleCore:3.2.12:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:Hodgepodge:2.4.5:dev")
}
if (addReikaModsForTesting) {
// DragonAPI
Expand Down

0 comments on commit 89bbfc8

Please sign in to comment.