Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Sep 20, 2024
1 parent 62b32ff commit e50731b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
*/
dependencies {
api("org.jetbrains:annotations:24.0.1")
api("com.github.GTNewHorizons:GTNHLib:0.5.5:dev")
api("com.github.GTNewHorizons:GTNHLib:0.5.11:dev")

compileOnly("com.github.GTNewHorizons:NotEnoughItems:2.6.34-GTNH:dev")
compileOnly("com.github.GTNewHorizons:Hodgepodge:2.5.60:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.49.68:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:NotEnoughItems:2.6.38-GTNH:dev")
compileOnly("com.github.GTNewHorizons:Hodgepodge:2.5.68:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.50.01:dev") { transitive = false }
compileOnly("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev")

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

Expand Down

0 comments on commit e50731b

Please sign in to comment.