Update to Mixin 0.7.10 SNAPSHOT

This commit is contained in:
Brady 2018-08-07 16:15:00 -05:00
parent fc082f42e7
commit 317b3fc683
No known key found for this signature in database
GPG Key ID: 73A788379A197567
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ repositories {
}
dependencies {
implementation ('org.spongepowered:mixin:0.7.8-SNAPSHOT') {
implementation ('org.spongepowered:mixin:0.7.10-SNAPSHOT') {
// Mixin includes a lot of dependencies that are too up-to-date
exclude module: 'launchwrapper'
exclude module: 'guava'