Skip to content

Commit e45d8d0

Browse files
committed
update
1 parent 630a902 commit e45d8d0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

dependencies.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
*/
3131
dependencies {
3232
api("org.jetbrains:annotations:24.0.1")
33-
api("com.github.GTNewHorizons:GTNHLib:0.4.3:dev")
33+
api("com.github.GTNewHorizons:GTNHLib:0.5.5:dev")
3434

35-
compileOnly("com.github.GTNewHorizons:NotEnoughItems:2.6.22-GTNH:dev")
36-
compileOnly("com.github.GTNewHorizons:Hodgepodge:2.5.42:dev") { transitive = false }
37-
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.49.56:dev") { transitive = false }
35+
compileOnly("com.github.GTNewHorizons:NotEnoughItems:2.6.34-GTNH:dev")
36+
compileOnly("com.github.GTNewHorizons:Hodgepodge:2.5.57:dev") { transitive = false }
37+
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.49.60:dev") { transitive = false }
3838
compileOnly("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev")
3939

40-
//runtimeOnlyNonPublishable("com.github.GTNewHorizons:NotEnoughItems:2.6.22-GTNH:dev")
40+
//runtimeOnlyNonPublishable("com.github.GTNewHorizons:NotEnoughItems:2.6.34-GTNH:dev")
4141
// For Thaumcraft runtime
4242
//runtimeOnlyNonPublishable("com.github.GTNewHorizons:Baubles:1.0.4:dev")
4343
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pluginManagement {
1717
}
1818

1919
plugins {
20-
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.26'
20+
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.27'
2121
}
2222

2323

0 commit comments

Comments
 (0)