Commit 6c870b2 1 parent ea2b590 commit 6c870b2 Copy full SHA for 6c870b2
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,9 +116,9 @@ dependencies {
116
116
implementation ' com.cleanroommc:assetmover:2.5'
117
117
}
118
118
if (project. use_mixins. toBoolean()) {
119
- implementation ' zone.rong:mixinbooter:8.9 '
119
+ implementation ' zone.rong:mixinbooter:9.0 '
120
120
}
121
- implementation ' com.cleanroommc:configanytime:1 .0'
121
+ implementation ' com.cleanroommc:configanytime:2 .0'
122
122
123
123
implementation ' com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'
124
124
embed ' com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'
@@ -200,7 +200,7 @@ dependencies {
200
200
// implementation 'TechReborn:TechReborn-ModCompatibility-1.12.2:1.4.0.76:universal'
201
201
202
202
if (project. use_mixins. toBoolean()) {
203
- String mixin = modUtils. enableMixins(" zone.rong:mixinbooter:8.9 " , " universaltweaks.refmap.json" )
203
+ String mixin = modUtils. enableMixins(" zone.rong:mixinbooter:9.0 " , " universaltweaks.refmap.json" )
204
204
api(mixin) {
205
205
transitive = false
206
206
}
You can’t perform that action at this time.
0 commit comments