Commit 9c27400c22f8b37be38b172217c5d689549cae03
1 parent
b1cf816c
Update to use Mixin 0.5.5
Showing
1 changed file
with
1 additions
and
1 deletions
build.gradle
... | ... | @@ -72,7 +72,7 @@ repositories { |
72 | 72 | |
73 | 73 | dependencies { |
74 | 74 | // compile 'org.ow2.asm:asm-debug-all:5.0.3' |
75 | - compile('org.spongepowered:mixin:0.5.3-SNAPSHOT') { | |
75 | + compile('org.spongepowered:mixin:0.5.5-SNAPSHOT') { | |
76 | 76 | exclude module: 'asm-commons' |
77 | 77 | exclude module: 'asm-tree' |
78 | 78 | exclude module: 'launchwrapper' | ... | ... |