Skip to content

Commit

Permalink
update bs+deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Oct 30, 2023
1 parent b3e8d2c commit bc4d2fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//version: 1696265388
//version: 1697697256
/*
DO NOT CHANGE THIS FILE!
Also, you may replace this file at any time if there is an update available.
Expand Down Expand Up @@ -793,12 +793,12 @@ ext.java17PatchDependenciesCfg = configurations.create("java17PatchDependencies"
}

dependencies {
def lwjgl3ifyVersion = '1.5.0'
def lwjgl3ifyVersion = '1.5.1'
if (modId != 'lwjgl3ify') {
java17Dependencies("com.github.GTNewHorizons:lwjgl3ify:${lwjgl3ifyVersion}")
}
if (modId != 'hodgepodge') {
java17Dependencies('com.github.GTNewHorizons:Hodgepodge:2.3.7')
java17Dependencies('com.github.GTNewHorizons:Hodgepodge:2.3.17')
}

java17PatchDependencies("com.github.GTNewHorizons:lwjgl3ify:${lwjgl3ifyVersion}:forgePatches") {transitive = false}
Expand Down
8 changes: 4 additions & 4 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.29:dev')
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.72:dev')
api('com.github.GTNewHorizons:Galaxy-Space-GTNH:1.2.9-GTNH:dev')
api('com.github.GTNewHorizons:GoodGenerator:0.7.3:dev')
compileOnly("com.github.GTNewHorizons:Hodgepodge:2.3.7:dev") {transitive = false}
devOnlyNonPublishable('com.github.GTNewHorizons:GTplusplus:1.10.12:dev')
api('com.github.GTNewHorizons:GoodGenerator:0.7.5:dev')
compileOnly("com.github.GTNewHorizons:Hodgepodge:2.3.22:dev") {transitive = false}
devOnlyNonPublishable('com.github.GTNewHorizons:GTplusplus:1.10.24:dev')
}

0 comments on commit bc4d2fa

Please sign in to comment.