Commit 74e458a3e7a94ade124a2d228aad9878e8b9bc82
1 parent
47e1f2f2
Bump Mixin version to 0.7.5, ASM version to 5.2
Showing
1 changed file
with
2 additions
and
1 deletions
build.gradle
| ... | ... | @@ -72,7 +72,8 @@ repositories { |
| 72 | 72 | } |
| 73 | 73 | |
| 74 | 74 | dependencies { |
| 75 | - compile('org.spongepowered:mixin:0.7.4-SNAPSHOT') { | |
| 75 | + compile 'org.ow2.asm:asm-debug-all:5.2' | |
| 76 | + compile('org.spongepowered:mixin:0.7.5-SNAPSHOT') { | |
| 76 | 77 | exclude module: 'asm-commons' |
| 77 | 78 | exclude module: 'asm-tree' |
| 78 | 79 | exclude module: 'launchwrapper' | ... | ... |