From 366bccb123640d1b8548342b0b8c5ca50fabe8e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 17:17:26 +0000 Subject: [PATCH] build(deps): bump mixinExtrasVersion from 0.5.0-beta.1 to 0.5.0 Bumps `mixinExtrasVersion` from 0.5.0-beta.1 to 0.5.0. Updates `io.github.llamalad7:mixinextras-common` from 0.5.0-beta.1 to 0.5.0 - [Release notes](https://github.com/LlamaLad7/MixinExtras/releases) - [Commits](https://github.com/LlamaLad7/MixinExtras/commits) Updates `io.github.llamalad7:mixinextras-fabric` from 0.5.0-rc.2 to 0.5.0 - [Release notes](https://github.com/LlamaLad7/MixinExtras/releases) - [Commits](https://github.com/LlamaLad7/MixinExtras/commits) --- updated-dependencies: - dependency-name: io.github.llamalad7:mixinextras-common dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.github.llamalad7:mixinextras-fabric dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- events/build.gradle.kts | 2 +- mod/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/events/build.gradle.kts b/events/build.gradle.kts index 0573ad348..9acdef24c 100644 --- a/events/build.gradle.kts +++ b/events/build.gradle.kts @@ -30,7 +30,7 @@ repositories { dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4") - compileOnly(annotationProcessor("io.github.llamalad7:mixinextras-common:0.5.0-beta.1")!!) + compileOnly(annotationProcessor("io.github.llamalad7:mixinextras-common:0.5.0")!!) annotationProcessor("org.spongepowered:mixin:0.8.5:processor") compileOnly("org.spongepowered:mixin:0.8.5") } diff --git a/mod/build.gradle.kts b/mod/build.gradle.kts index ce26108d0..5570696f5 100644 --- a/mod/build.gradle.kts +++ b/mod/build.gradle.kts @@ -233,7 +233,7 @@ dependencies { include(modImplementation("maven.modrinth:hypixel-mod-api:1.0.1+build.1+mc1.21")!!) } - val mixinExtrasVersion = "0.5.0-rc.2" + val mixinExtrasVersion = "0.5.0" if (platform.isFabric) { include(implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:${mixinExtrasVersion}")!!)!!) } else {