Skip to content

Commit 357902a

Browse files
committed
update
1 parent d6868cd commit 357902a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dependencies.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// Add your dependencies here
22

33
dependencies {
4-
api("com.github.GTNewHorizons:GTNHLib:0.2.9:dev")
5-
compileOnlyApi("com.github.GTNewHorizons:Angelica:1.0.0-alpha30:api")
4+
api("com.github.GTNewHorizons:GTNHLib:0.2.10:dev")
5+
compileOnlyApi("com.github.GTNewHorizons:Angelica:1.0.0-alpha34:api")
66

7-
runtimeOnlyNonPublishable('com.github.GTNewHorizons:NotEnoughItems:2.5.21-GTNH:dev')
7+
runtimeOnlyNonPublishable('com.github.GTNewHorizons:NotEnoughItems:2.5.24-GTNH:dev')
88
runtimeOnlyNonPublishable('com.github.GTNewHorizons:waila:1.7.1:dev')
99
}

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ pluginManagement {
1717
}
1818

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

0 commit comments

Comments
 (0)