Skip to content

Commit e277245

Browse files
committed
update
1 parent 9eaaeaa commit e277245

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
@@ -1,11 +1,11 @@
11
// Add your dependencies here
22

33
dependencies {
4-
compileOnlyApi('com.github.GTNewHorizons:Angelica:1.0.0-beta7:api')
5-
compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-468-GTNH:api') {transitive=false}
6-
compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.50.38:dev') {transitive=false}
7-
compileOnly('com.github.GTNewHorizons:NotEnoughItems:2.6.42-GTNH:dev') {transitive=false}
8-
compileOnly('com.github.GTNewHorizons:waila:1.8.1:dev') {transitive=false}
4+
compileOnlyApi('com.github.GTNewHorizons:Angelica:1.0.0-beta24:api')
5+
compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-478-GTNH:api') {transitive=false}
6+
compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.50.92:dev') {transitive=false}
7+
compileOnly('com.github.GTNewHorizons:NotEnoughItems:2.6.48-GTNH:dev') {transitive=false}
8+
compileOnly('com.github.GTNewHorizons:waila:1.8.2:dev') {transitive=false}
99
compileOnly('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev')
1010
compileOnly('curse.maven:refined-relocation-75811:2262970')
1111
compileOnly('curse.maven:minetweaker3-224029:2255759')

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.27'
20+
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.29'
2121
}
2222

2323

0 commit comments

Comments
 (0)