Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Jan 15, 2025
1 parent 4c0218c commit c312d2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Add your dependencies here

dependencies {
implementation("com.github.GTNewHorizons:CodeChickenCore:1.4.0:dev")
implementation("com.github.GTNewHorizons:CodeChickenCore:1.4.1:dev")
implementation("com.github.GTNewHorizons:CodeChickenLib:1.3.0:dev")
implementation("com.github.GTNewHorizons:NotEnoughItems:2.7.8-GTNH:dev")
implementation("com.github.GTNewHorizons:ForgeMultipart:1.5.1:dev")
implementation("com.github.GTNewHorizons:NotEnoughItems:2.7.18-GTNH:dev")
implementation("com.github.GTNewHorizons:ForgeMultipart:1.6.2:dev")

compileOnly("org.projectlombok:lombok:1.18.24")
annotationProcessor("org.projectlombok:lombok:1.18.24")
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pluginManagement {
}

plugins {
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.30'
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.31'
}


0 comments on commit c312d2c

Please sign in to comment.