From 13f379d45cf2ba4b48a9860a260a82e64fdd6e38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 16:08:02 +0000 Subject: [PATCH] gradle(deps): bump io.github.llamalad7:mixinextras-fabric Bumps [io.github.llamalad7:mixinextras-fabric](https://github.com/LlamaLad7/MixinExtras) from 0.4.1 to 0.5.0. - [Release notes](https://github.com/LlamaLad7/MixinExtras/releases) - [Commits](https://github.com/LlamaLad7/MixinExtras/compare/0.4.1...0.5.0) --- updated-dependencies: - dependency-name: io.github.llamalad7:mixinextras-fabric dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 53f0235..6c97ddd 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ dependencies { modImplementation "net.fabricmc:fabric-loader:${project.loader_version}" // Mixin extras - include(implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:0.4.1"))) + include(implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:0.5.0"))) // Meteor Client modImplementation files("libs\\meteor-client-0.5.9.jar")