Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ACGaming committed Jan 30, 2024
1 parent ea2b590 commit 6c870b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ dependencies {
implementation 'com.cleanroommc:assetmover:2.5'
}
if (project.use_mixins.toBoolean()) {
implementation 'zone.rong:mixinbooter:8.9'
implementation 'zone.rong:mixinbooter:9.0'
}
implementation 'com.cleanroommc:configanytime:1.0'
implementation 'com.cleanroommc:configanytime:2.0'

implementation 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'
embed 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'
Expand Down Expand Up @@ -200,7 +200,7 @@ dependencies {
// implementation 'TechReborn:TechReborn-ModCompatibility-1.12.2:1.4.0.76:universal'

if (project.use_mixins.toBoolean()) {
String mixin = modUtils.enableMixins("zone.rong:mixinbooter:8.9", "universaltweaks.refmap.json")
String mixin = modUtils.enableMixins("zone.rong:mixinbooter:9.0", "universaltweaks.refmap.json")
api(mixin) {
transitive = false
}
Expand Down

0 comments on commit 6c870b2

Please sign in to comment.