Skip to content

Commit

Permalink
build: bump MixinExtras to 0.5.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
My-Name-Is-Jeff committed Aug 14, 2024
1 parent 90b0822 commit 8d76c7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion events/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repositories {

dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4")
compileOnly(annotationProcessor("io.github.llamalad7:mixinextras-common:0.3.5")!!)
compileOnly(annotationProcessor("io.github.llamalad7:mixinextras-common:0.5.0-beta.1")!!)
annotationProcessor("org.spongepowered:mixin:0.8.5:processor")
compileOnly("org.spongepowered:mixin:0.8.5")
}
Expand Down
2 changes: 1 addition & 1 deletion mod/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ dependencies {
shadowMe("net.hypixel:mod-api:0.4.0")


shadowMe(annotationProcessor("io.github.llamalad7:mixinextras-common:0.3.5")!!)
shadowMe(annotationProcessor("io.github.llamalad7:mixinextras-common:0.5.0-beta.1")!!)
annotationProcessor("org.spongepowered:mixin:0.8.5:processor")
compileOnly("org.spongepowered:mixin:0.8.5")
}
Expand Down

0 comments on commit 8d76c7e

Please sign in to comment.