From 0dadfd3f55ddf690008a62f03682c7e5a9b9c7b0 Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Sun, 1 Dec 2024 19:14:12 -0700 Subject: [PATCH] remove todo --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index 57e07cf7..6b0bbf6d 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,6 @@ runConfigCommon { } dependencies { - // todo: check versions compileOnly "net.fabricmc:sponge-mixin:0.15.4+mixin.0.8.7" compileOnly "io.github.llamalad7:mixinextras-common:0.4.1" // work around minecraft (MDG) forcing ASM 9.3 which is incompatible with the above deps...