Skip to content

Commit c312d2c

Browse files
committed
update
1 parent 4c0218c commit c312d2c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dependencies.gradle

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

33
dependencies {
4-
implementation("com.github.GTNewHorizons:CodeChickenCore:1.4.0:dev")
4+
implementation("com.github.GTNewHorizons:CodeChickenCore:1.4.1:dev")
55
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")
88

99
compileOnly("org.projectlombok:lombok:1.18.24")
1010
annotationProcessor("org.projectlombok:lombok:1.18.24")

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

2323

0 commit comments

Comments
 (0)