Commit d25ab6030c0d685a2d2c272174eb80666486a63e

Authored by Mumfrey
1 parent 9dfab9fc

Update mixin to 0.7.1

Showing 1 changed file with 1 additions and 1 deletions
build.gradle
@@ -72,7 +72,7 @@ repositories { @@ -72,7 +72,7 @@ repositories {
72 } 72 }
73 73
74 dependencies { 74 dependencies {
75 - compile('org.spongepowered:mixin:0.7-SNAPSHOT') { 75 + compile('org.spongepowered:mixin:0.7.1-SNAPSHOT') {
76 exclude module: 'asm-commons' 76 exclude module: 'asm-commons'
77 exclude module: 'asm-tree' 77 exclude module: 'asm-tree'
78 exclude module: 'launchwrapper' 78 exclude module: 'launchwrapper'