Skip to content

Commit

Permalink
update deps+bs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Jan 12, 2024
1 parent 8a8a17a commit 916d2b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//version: 1704650211
//version: 1704751096
/*
DO NOT CHANGE THIS FILE!
Also, you may replace this file at any time if there is an update available.
Expand Down Expand Up @@ -786,7 +786,7 @@ dependencies {
java17Dependencies("com.github.GTNewHorizons:lwjgl3ify:${lwjgl3ifyVersion}")
}
if (modId != 'hodgepodge') {
java17Dependencies('com.github.GTNewHorizons:Hodgepodge:2.3.35')
java17Dependencies('com.github.GTNewHorizons:Hodgepodge:2.4.4')
}

java17PatchDependencies("com.github.GTNewHorizons:lwjgl3ify:${lwjgl3ifyVersion}:forgePatches") {transitive = false}
Expand Down
14 changes: 7 additions & 7 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ dependencies {
compileOnly('com.google.auto.value:auto-value-annotations:1.8.2')
annotationProcessor('com.google.auto.value:auto-value:1.8.2')

api('com.github.GTNewHorizons:NotEnoughItems:2.4.13-GTNH:dev')
api('com.github.GTNewHorizons:NotEnoughItems:2.5.4-GTNH:dev')

api('com.github.GTNewHorizons:DetravScannerMod:1.7.2:dev') {transitive=false}
api('com.github.GTNewHorizons:EnderStorage:1.4.12:dev') {transitive=false}
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.98:dev')
api('com.github.GTNewHorizons:GTplusplus:1.10.39:dev')
api('com.github.GTNewHorizons:NewHorizonsCoreMod:2.2.45:dev')
api('com.github.GTNewHorizons:bartworks:0.8.20:dev')
api('com.github.GTNewHorizons:DetravScannerMod:1.8.0:dev') {transitive=false}
api('com.github.GTNewHorizons:EnderStorage:1.5.0:dev') {transitive=false}
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.25:dev')
api('com.github.GTNewHorizons:GTplusplus:1.11.13:dev')
api('com.github.GTNewHorizons:NewHorizonsCoreMod:2.3.11:dev')
api('com.github.GTNewHorizons:bartworks:0.9.4:dev')
}

0 comments on commit 916d2b3

Please sign in to comment.