From 001dbed48c8ddfae879ab6cf594d3453cb3ce161 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Wed, 13 Apr 2022 21:18:52 +0100 Subject: Update ASM --- enigma/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'enigma') diff --git a/enigma/build.gradle b/enigma/build.gradle index b43a36f..8de7615 100644 --- a/enigma/build.gradle +++ b/enigma/build.gradle @@ -3,10 +3,10 @@ configurations { } dependencies { - implementation 'org.ow2.asm:asm:9.2' - implementation 'org.ow2.asm:asm-commons:9.2' - implementation 'org.ow2.asm:asm-tree:9.2' - implementation 'org.ow2.asm:asm-util:9.2' + implementation 'org.ow2.asm:asm:9.3' + implementation 'org.ow2.asm:asm-commons:9.3' + implementation 'org.ow2.asm:asm-tree:9.3' + implementation 'org.ow2.asm:asm-util:9.3' implementation 'net.fabricmc:procyon-fabric-compilertools:0.5.35.13' implementation 'net.fabricmc:cfr:0.1.0' -- cgit v1.2.3