Skip to content

Commit

Permalink
update required mixinbooter version to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brachy84 committed Nov 10, 2023
1 parent 9fa2e90 commit bd61fe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
game-versions: |
1.12.2
dependencies: |
mixin-booter | depends | 5.0
mixin-booter | depends | 8.0
jei | recommends | *
blur | recommends | *
java: |
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/cleanroommc/modularui/ModularUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@Mod(modid = ModularUI.ID,
name = ModularUI.NAME,
version = ModularUI.VERSION,
dependencies = "required-after:mixinbooter@[5.0,);" +
dependencies = "required-after:mixinbooter@[8.0,);" +
"after:bogorter@[1.4.0,);")
public class ModularUI {

Expand Down

0 comments on commit bd61fe1

Please sign in to comment.