Commit c312d2c 1 parent 4c0218c commit c312d2c Copy full SHA for c312d2c
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.4.0 :dev" )
4
+ implementation(" com.github.GTNewHorizons:CodeChickenCore:1.4.1 :dev" )
5
5
implementation(" com.github.GTNewHorizons:CodeChickenLib:1.3.0:dev" )
6
- implementation(" com.github.GTNewHorizons:NotEnoughItems:2.7.8 -GTNH:dev" )
7
- implementation(" com.github.GTNewHorizons:ForgeMultipart:1.5.1 :dev" )
6
+ implementation(" com.github.GTNewHorizons:NotEnoughItems:2.7.18 -GTNH:dev" )
7
+ implementation(" com.github.GTNewHorizons:ForgeMultipart:1.6.2 :dev" )
8
8
9
9
compileOnly(" org.projectlombok:lombok:1.18.24" )
10
10
annotationProcessor(" org.projectlombok:lombok:1.18.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.30 '
20
+ id ' com.gtnewhorizons.gtnhsettingsconvention' version ' 1.0.31 '
21
21
}
22
22
23
23
You can’t perform that action at this time.
0 commit comments