Skip to content

Commit bd61fe1

Browse files
committed
update required mixinbooter version to 8.0
1 parent 9fa2e90 commit bd61fe1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
game-versions: |
8686
1.12.2
8787
dependencies: |
88-
mixin-booter | depends | 5.0
88+
mixin-booter | depends | 8.0
8989
jei | recommends | *
9090
blur | recommends | *
9191
java: |

src/main/java/com/cleanroommc/modularui/ModularUI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
@Mod(modid = ModularUI.ID,
1313
name = ModularUI.NAME,
1414
version = ModularUI.VERSION,
15-
dependencies = "required-after:mixinbooter@[5.0,);" +
15+
dependencies = "required-after:mixinbooter@[8.0,);" +
1616
"after:bogorter@[1.4.0,);")
1717
public class ModularUI {
1818

0 commit comments

Comments
 (0)