From 037a0c37b4e89d806939a4b2894664fcbbee3dc6 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Sun, 27 Jun 2021 10:17:46 +0100 Subject: Update dependencies Should fix #403 --- enigma/build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'enigma') diff --git a/enigma/build.gradle b/enigma/build.gradle index c3d2604..ec1c878 100644 --- a/enigma/build.gradle +++ b/enigma/build.gradle @@ -3,15 +3,15 @@ configurations { } dependencies { - implementation 'org.ow2.asm:asm:9.1' - implementation 'org.ow2.asm:asm-commons:9.1' - implementation 'org.ow2.asm:asm-tree:9.1' - implementation 'org.ow2.asm:asm-util:9.1' + 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 'net.fabricmc:procyon-fabric-compilertools:0.5.35.13' - implementation 'net.fabricmc:cfr:0.0.3' + implementation 'net.fabricmc:cfr:0.0.4' - proGuard 'com.guardsquare:proguard-base:7.1.0-beta4' + proGuard 'com.guardsquare:proguard-base:7.1.0-beta5' } // Generate "version.txt" file -- cgit v1.2.3