We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ee889 commit 56e9491Copy full SHA for 56e9491
build.gradle
@@ -51,11 +51,11 @@ dependencies {
51
// runtimeOnly fg.deobf("curse.maven:jei-238222:${project.just_enough_items_file}")
52
53
// SpongePowered Mixin
54
- annotationProcessor "org.spongepowered:mixin:0.8.5:processor"
55
- implementation('org.spongepowered:mixin:0.8.5') {
56
- exclude module: 'guava'
57
- exclude module: 'commons-io'
58
- exclude module: 'gson'
+ annotationProcessor "org.spongepowered:mixin:0.8.3-SNAPSHOT:processor"
+ implementation("org.spongepowered:mixin:0.8.3-SNAPSHOT") {
+ exclude module: "guava"
+ exclude module: "commons-io"
+ exclude module: "gson"
59
}
60
61
0 commit comments