Skip to content

Commit f340fd0

Browse files
committed
update
1 parent 70f6a7c commit f340fd0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ dependencies {
1010
// we don't want the old Baubles Messing stuff up so lets disable that
1111
exclude module: "Baubles"
1212
}
13-
implementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.162:dev') {exclude module: "Baubles" }
13+
implementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.167:dev') {exclude module: "Baubles" }
1414
implementation('com.github.GTNewHorizons:ForbiddenMagic:0.8.0-GTNH:dev') {exclude module: "Baubles" }
1515
implementation('com.github.GTNewHorizons:twilightforest:2.7.5:dev')
1616
implementation('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') {transitive=false}
1717
implementation('com.github.GTNewHorizons:NotEnoughItems:2.7.29-GTNH:dev')
1818

1919
compile('com.github.GTNewHorizons:DummyCore:1.19.0:dev')
2020
compileOnly('com.github.GTNewHorizons:ForgeMultipart:1.6.2:dev') {transitive=false}
21-
compileOnly('com.github.GTNewHorizons:Botania:1.12.5-GTNH:api') {transitive=false}
21+
compileOnly('com.github.GTNewHorizons:Botania:1.12.6-GTNH:api') {transitive=false}
2222
compileOnly('com.github.GTNewHorizons:CraftTweaker:3.4.0:dev') {transitive=false}
2323
compileOnly('com.github.GTNewHorizons:ZenScript:1.0.0-GTNH') {transitive=false}
2424
compileOnly('com.github.GTNewHorizons:MagicBees:2.9.1-GTNH:api') {transitive=false}

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

2323

0 commit comments

Comments
 (0)