From 3f51ecc0a15c95578d8155f622980c7bec74bc9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 16:11:18 +0000 Subject: [PATCH] gradle(deps): bump io.github.llamalad7:mixinextras-fabric Bumps [io.github.llamalad7:mixinextras-fabric](https://github.com/LlamaLad7/MixinExtras) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/LlamaLad7/MixinExtras/releases) - [Commits](https://github.com/LlamaLad7/MixinExtras/compare/0.5.0...0.5.1) --- updated-dependencies: - dependency-name: io.github.llamalad7:mixinextras-fabric dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fa843d3..7c2bee7 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ dependencies { modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" // Mixin extras - include(implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:0.5.0"))) + include(implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:0.5.1"))) // Meteor Client modImplementation("meteordevelopment:baritone:1.21.10-SNAPSHOT")