Skip to content

Commit cc7b220

Browse files
committed
update
1 parent 5200b9c commit cc7b220

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dependencies.gradle

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

33
dependencies {
4-
api("com.github.GTNewHorizons:GT5-Unofficial:5.09.45.62:dev")
4+
api("com.github.GTNewHorizons:GT5-Unofficial:5.09.45.64:dev")
55
api("com.github.GTNewHorizons:Yamcl:0.6.0:dev")
66
api("com.github.GTNewHorizons:Baubles:1.0.4:dev")
77

@@ -16,7 +16,7 @@ dependencies {
1616
compileOnly("com.github.GTNewHorizons:WitcheryExtras:1.2.0:dev") { transitive = false }
1717
compileOnly("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev") { transitive = false }
1818
compileOnly("curse.maven:witchery-69673:2234410") { transitive = false }
19-
compileOnly("com.github.GTNewHorizons:GTplusplus:1.11.22:dev") { transitive = false }
19+
compileOnly("com.github.GTNewHorizons:GTplusplus:1.11.23:dev") { transitive = false }
2020
compileOnly("com.github.GTNewHorizons:Chisel:2.13.4-GTNH:dev") { transitive = false }
2121
compileOnly("com.github.GTNewHorizons:Botania:1.10.6-GTNH:dev") { transitive = false }
2222
compileOnly("com.github.GTNewHorizons:BloodMagic:1.5.1:dev") { transitive = false }

settings.gradle

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

2323

0 commit comments

Comments
 (0)