Commit 98dc04c380d92caaa30bc807954ba388cdfadd2a
1 parent
089d8d45
Bump mixin version to 0.7.3-SNAPSHOT
Showing
1 changed file
with
2 additions
and
1 deletions
build.gradle
| @@ -72,11 +72,12 @@ repositories { | @@ -72,11 +72,12 @@ repositories { | ||
| 72 | } | 72 | } |
| 73 | 73 | ||
| 74 | dependencies { | 74 | dependencies { |
| 75 | - compile('org.spongepowered:mixin:0.7.2-SNAPSHOT') { | 75 | + compile('org.spongepowered:mixin:0.7.3-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' |
| 79 | exclude module: 'guava' | 79 | exclude module: 'guava' |
| 80 | + exclude module: 'log4j-core' | ||
| 80 | } | 81 | } |
| 81 | } | 82 | } |
| 82 | 83 |