From c124b42c045fa7e961a89aa5fe6c676ea19008fc Mon Sep 17 00:00:00 2001 From: arcade_kappa Date: Sat, 15 Feb 2025 11:39:39 +0800 Subject: [PATCH] Update Mixin --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index da343563..9b5956c8 100644 --- a/build.gradle +++ b/build.gradle @@ -507,7 +507,7 @@ project(':cleanroom') { // Mixin - installer 'com.cleanroommc:sponge-mixin:0.20.8+mixin.0.8.7' + installer 'com.cleanroommc:sponge-mixin:0.20.9+mixin.0.8.7' installer annotationProcessor('io.github.llamalad7:mixinextras-common:0.5.0-beta.5') testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'