Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
update deps (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master authored Jul 1, 2023
1 parent 571f7da commit 16a2258
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

dependencies {
shadowImplementation('com.github.GTNewHorizons:AVRcore:1.0.1')
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.43.59:dev')
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.43.104:dev')
api('com.github.GTNewHorizons:Yamcl:0.5.86:dev')
implementation('com.github.GTNewHorizons:GTNEIOrePlugin:1.0.29:dev')
implementation('com.github.GTNewHorizons:GTNEIOrePlugin:1.1.1:dev')

compileOnly("TGregworks:TGregworks:1.7.10-GTNH-1.0.23:deobf") {transitive=false}
compileOnly('com.github.GTNewHorizons:TinkersConstruct:1.9.32-GTNH:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:TinkersConstruct:1.9.38-GTNH:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:OpenModularTurrets:2.2.11-247:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:OpenComputers:1.9.5-GTNH:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:GTplusplus:1.9.11:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:Avaritia:1.41:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:OpenComputers:1.9.8-GTNH:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:GTplusplus:1.9.52:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:Avaritia:1.43:dev') {transitive=false}

compileOnly('curse.maven:cofh-lib-220333:2388748') {transitive=false}
compileOnly('curse.maven:computercraft-67504:2269339') {transitive=false}
Expand All @@ -20,11 +20,11 @@ dependencies {

// for testing EOH recipes
//runtimeOnlyNonPublishable("TGregworks:TGregworks:1.7.10-GTNH-1.0.23:deobf")
//runtimeOnlyNonPublishable('com.github.GTNewHorizons:TinkersConstruct:1.9.32-GTNH:dev')
//runtimeOnlyNonPublishable('com.github.GTNewHorizons:NewHorizonsCoreMod:2.1.21:dev')
//runtimeOnlyNonPublishable('com.github.GTNewHorizons:GoodGenerator:0.6.4:dev') {
//runtimeOnlyNonPublishable('com.github.GTNewHorizons:TinkersConstruct:1.9.38-GTNH:dev')
//runtimeOnlyNonPublishable('com.github.GTNewHorizons:NewHorizonsCoreMod:2.1.66:dev')
//runtimeOnlyNonPublishable('com.github.GTNewHorizons:GoodGenerator:0.6.11:dev') {
// exclude group: "com.github.GTNewHorizons", module: "TecTech"
//}
//runtimeOnlyNonPublishable("curse.maven:extra-utilities-225561:2264384") {transitive=false}
//runtimeOnlyNonPublishable('com.github.GTNewHorizons:Avaritia:1.41:dev') {transitive=false}
//runtimeOnlyNonPublishable('com.github.GTNewHorizons:Avaritia:1.43:dev') {transitive=false}
}

0 comments on commit 16a2258

Please sign in to comment.