Skip to content

Commit

Permalink
updateDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickMG authored and serenibyss committed Dec 27, 2024
1 parent b028d96 commit b2512ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
*/
dependencies {
api("org.jetbrains:annotations:24.0.1")
api("com.github.GTNewHorizons:GTNHLib:0.5.20:dev")
api("com.github.GTNewHorizons:GTNHLib:0.6.0:dev")

compileOnly("com.github.GTNewHorizons:NotEnoughItems:2.6.46-GTNH:dev")
compileOnly("com.github.GTNewHorizons:Hodgepodge:2.5.79:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.50.73:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:ModularUI:1.2.14:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:NotEnoughItems:2.7.4-GTNH:dev")
compileOnly("com.github.GTNewHorizons:Hodgepodge:2.6.6:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.51.33:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:ModularUI:1.2.17:dev") { transitive = false }
compileOnly("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev")

//runtimeOnlyNonPublishable("com.github.GTNewHorizons:NotEnoughItems:2.6.46-GTNH:dev")
//runtimeOnlyNonPublishable("com.github.GTNewHorizons:NotEnoughItems:2.7.4-GTNH:dev")
// For Thaumcraft runtime
//runtimeOnlyNonPublishable("com.github.GTNewHorizons:Baubles:1.0.4:dev")

Expand Down

0 comments on commit b2512ac

Please sign in to comment.