From 27190d01e26b581f110128b1e3d8e2046931055e Mon Sep 17 00:00:00 2001 From: Tom Martin Date: Sat, 13 Jan 2024 09:27:35 +0000 Subject: [PATCH] Update DASM to get implicit redirects --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9d6e9b47..964f1614 100644 --- a/build.gradle +++ b/build.gradle @@ -213,7 +213,7 @@ dependencies { targetConfiguration = "testArchivesOutput" } - libraries("com.github.OpenCubicChunks:dasm:24cfad069a") { + libraries("com.github.OpenCubicChunks:dasm:9d5aa6b061") { transitive = false } libraries("io.github.opencubicchunks:regionlib:0.63.0-SNAPSHOT")