Skip to content

Commit 6c870b2

Browse files
committed
Update dependencies
1 parent ea2b590 commit 6c870b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ dependencies {
116116
implementation 'com.cleanroommc:assetmover:2.5'
117117
}
118118
if (project.use_mixins.toBoolean()) {
119-
implementation 'zone.rong:mixinbooter:8.9'
119+
implementation 'zone.rong:mixinbooter:9.0'
120120
}
121-
implementation 'com.cleanroommc:configanytime:1.0'
121+
implementation 'com.cleanroommc:configanytime:2.0'
122122

123123
implementation 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'
124124
embed 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'
@@ -200,7 +200,7 @@ dependencies {
200200
// implementation 'TechReborn:TechReborn-ModCompatibility-1.12.2:1.4.0.76:universal'
201201

202202
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")
204204
api(mixin) {
205205
transitive = false
206206
}

0 commit comments

Comments
 (0)