Skip to content

Commit

Permalink
chore(deps): update dependency com.github.llamalad7:mixinextras to v0…
Browse files Browse the repository at this point in the history
….2.0
  • Loading branch information
renovate[bot] authored Oct 17, 2023
1 parent a29a02f commit b9ff543
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
// required for proper remapping and compiling
modCompileOnly("net.fabricmc.fabric-api:fabric-api:${fabric_api_version}")

implementation(annotationProcessor("com.github.LlamaLad7:MixinExtras:0.1.1"))
implementation(annotationProcessor("com.github.LlamaLad7:MixinExtras:0.2.0"))
}

sourceSets.main {
Expand Down
4 changes: 2 additions & 2 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ dependencies {
// modCompileOnly("me.shedaniel:RoughlyEnoughItems-default-plugin-fabric:${rei_version}")
// modCompileOnly("dev.emi:emi:${emi_version}")

implementation(annotationProcessor("com.github.LlamaLad7:MixinExtras:0.1.1"))
implementation(include("com.github.LlamaLad7:MixinExtras:0.1.1"))
implementation(annotationProcessor("com.github.LlamaLad7:MixinExtras:0.2.0"))
implementation(include("com.github.LlamaLad7:MixinExtras:0.2.0"))
}

processResources {
Expand Down
4 changes: 2 additions & 2 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ dependencies {
// if you would like to add integration with JEI, uncomment this line.
// modCompileOnly("mezz.jei:jei-${minecraft_version}:${jei_version}:api")

implementation(annotationProcessor("com.github.LlamaLad7:MixinExtras:0.1.1"))
implementation(include("com.github.LlamaLad7:MixinExtras:0.1.1"))
implementation(annotationProcessor("com.github.LlamaLad7:MixinExtras:0.2.0"))
implementation(include("com.github.LlamaLad7:MixinExtras:0.2.0"))
}

processResources {
Expand Down

0 comments on commit b9ff543

Please sign in to comment.