From e5337c3f0570a0971069d72934aafe1c481ca6b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 01:34:40 +0000 Subject: [PATCH] build(deps): bump mixinExtrasVersion from 0.5.0-beta.1 to 0.5.0-rc.3 Bumps `mixinExtrasVersion` from 0.5.0-beta.1 to 0.5.0-rc.3. Updates `io.github.llamalad7:mixinextras-common` from 0.5.0-beta.1 to 0.5.0-rc.3 - [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-rc.3 - [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-rc.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.github.llamalad7:mixinextras-fabric dependency-version: 0.5.0-rc.3 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..07f22225a 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-rc.3")!!) 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 00e062935..2e5034983 100644 --- a/mod/build.gradle.kts +++ b/mod/build.gradle.kts @@ -218,7 +218,7 @@ dependencies { compileOnly("net.hypixel:mod-api:1.0.1") } - val mixinExtrasVersion = "0.5.0-rc.2" + val mixinExtrasVersion = "0.5.0-rc.3" if (platform.isFabric) { include(implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:${mixinExtrasVersion}")!!)!!) } else {