Commit 42582df75a1ec0ec90d4a2302c5dc90e3d9864cd
1 parent
801cebb7
Bump mixin version to 0.7.2-SNAPSHOT
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.7.1-SNAPSHOT') { | |
75 | + compile('org.spongepowered:mixin:0.7.2-SNAPSHOT') { | |
76 | 76 | exclude module: 'asm-commons' |
77 | 77 | exclude module: 'asm-tree' |
78 | 78 | exclude module: 'launchwrapper' | ... | ... |