Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Dec 31, 2024
1 parent bf5a048 commit ed5eca0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
dependencies {
implementation("com.github.GTNewHorizons:CodeChickenCore:1.3.10:dev")
implementation("com.github.GTNewHorizons:CodeChickenLib:1.3.0:dev")
implementation("com.github.GTNewHorizons:NotEnoughItems:2.6.51-GTNH:dev")
implementation("com.github.GTNewHorizons:ForgeMultipart:1.5.0:dev")
implementation("com.github.GTNewHorizons:NotEnoughItems:2.6.53-GTNH:dev")
implementation("com.github.GTNewHorizons:ForgeMultipart:1.5.1:dev")

compileOnly("org.projectlombok:lombok:1.18.24")
annotationProcessor("org.projectlombok:lombok:1.18.24")
Expand All @@ -18,7 +18,7 @@ dependencies {
transitive = false
}

compileOnly("com.github.GTNewHorizons:Angelica:1.0.0-beta26:api") {
compileOnly("com.github.GTNewHorizons:Angelica:1.0.0-beta28:api") {
transitive = false
}
}

0 comments on commit ed5eca0

Please sign in to comment.