Skip to content

Commit

Permalink
Update Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit committed Jul 7, 2024
1 parent 0558a3d commit b55d723
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,20 @@ dependencies {

// GT and GCYM, pretty much the 'core' of this coremod (from GTCEu Maven)
// GT Has Mixins! CHECK MIXINS FOR COMPAT AFTER UPDATING!
implementation ("gregtech:gregtech:2.8.8-beta") {
implementation ("gregtech:gregtech:2.8.9-beta") {
transitive = false
} // Version 2.8.8
implementation ("gregicality:GregicalityMultiblocks:1.2.8") {
} // Version 2.8.9
implementation ("gregicality:GregicalityMultiblocks:1.2.10") {
transitive = false
} // Version 1.2.8
} // Version 1.2.10

// Pack Mode (from CurseForge)
implementation rfg.deobf("curse.maven:packmode-278398:2567799") // Version 1.2.0

// GroovyScript (from Cleanroom Maven)
implementation ("com.cleanroommc:groovyscript:1.1.0-hotfix1") {
implementation ("com.cleanroommc:groovyscript:1.1.1") {
transitive = false
} // Version 1.1.0-hotfix1
} // Version 1.1.1

// Config Anytime (from Cleanroom Maven)
implementation ('com.cleanroommc:configanytime:3.0') // Version 3.0
Expand Down

0 comments on commit b55d723

Please sign in to comment.