Commit c121d7d68c20e2496e06ecec2b8dd8b487f2f87c
1 parent
e11cafef
Update Mixin to 0.6.8
Showing
1 changed file
with
1 additions
and
1 deletions
build.gradle
| ... | ... | @@ -72,7 +72,7 @@ repositories { |
| 72 | 72 | } |
| 73 | 73 | |
| 74 | 74 | dependencies { |
| 75 | - compile('org.spongepowered:mixin:0.6.6-SNAPSHOT') { | |
| 75 | + compile('org.spongepowered:mixin:0.6.8-SNAPSHOT') { | |
| 76 | 76 | exclude module: 'asm-commons' |
| 77 | 77 | exclude module: 'asm-tree' |
| 78 | 78 | exclude module: 'launchwrapper' | ... | ... |