Commit 3da974b 1 parent 6370015 commit 3da974b Copy full SHA for 3da974b
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
// Add your dependencies here
2
2
3
3
dependencies {
4
- implementation(" com.github.GTNewHorizons:CodeChickenCore:1.3.6 :dev" )
4
+ implementation(" com.github.GTNewHorizons:CodeChickenCore:1.3.9 :dev" )
5
5
implementation(" com.github.GTNewHorizons:CodeChickenLib:1.3.0:dev" )
6
- implementation(" com.github.GTNewHorizons:NotEnoughItems:2.6.19 -GTNH:dev" )
6
+ implementation(" com.github.GTNewHorizons:NotEnoughItems:2.6.42 -GTNH:dev" )
7
7
implementation(" com.github.GTNewHorizons:ForgeMultipart:1.5.0:dev" )
8
8
9
9
compileOnly(" org.projectlombok:lombok:1.18.24" )
@@ -18,7 +18,7 @@ dependencies {
18
18
transitive = false
19
19
}
20
20
21
- compileOnly(" com.github.GTNewHorizons:Angelica:1.0.0-beta2 :api" ) {
21
+ compileOnly(" com.github.GTNewHorizons:Angelica:1.0.0-beta9 :api" ) {
22
22
transitive = false
23
23
}
24
24
}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ pluginManagement {
17
17
}
18
18
19
19
plugins {
20
- id ' com.gtnewhorizons.gtnhsettingsconvention' version ' 1.0.25 '
20
+ id ' com.gtnewhorizons.gtnhsettingsconvention' version ' 1.0.27 '
21
21
}
22
22
23
23
You can’t perform that action at this time.
0 commit comments