Skip to content

Commit

Permalink
Merge pull request #12 from IThundxr/renovate/com.github.llamalad7-mi…
Browse files Browse the repository at this point in the history
…xinextras-0.x
  • Loading branch information
IThundxr authored Nov 16, 2023
2 parents d9bb3de + b9ff543 commit d568c65
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 d568c65

Please sign in to comment.