Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion subprojects/mixin-compat/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ val fatMixin by configurations.creating {
}

dependencies {
fatMixin("org.spongepowered:mixin:0.8.4")
fatMixin("org.spongepowered:mixin:0.8.7")
// this is usually provided by MC but 1.8.9's is too old, so we need to bundle (and relocate) our own
fatMixin("com.google.guava:guava:21.0")

Expand Down