From 60d2ec6fe43fde57be5fee2131bf14615f0935c5 Mon Sep 17 00:00:00 2001 From: Matt Date: Sat, 24 Feb 2024 08:22:05 -0500 Subject: [PATCH] fix: Annotation with type value preventing creation of ClassPrinter Upstream blw did not handle wrapping type values --- jasm-composition-jvm/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jasm-composition-jvm/build.gradle b/jasm-composition-jvm/build.gradle index 24baa4eb..230d2b97 100644 --- a/jasm-composition-jvm/build.gradle +++ b/jasm-composition-jvm/build.gradle @@ -8,7 +8,7 @@ repositories { } dependencies { - api 'com.github.Nowilltolife:blw:4c984e8c19' + api 'com.github.Nowilltolife:blw:9dd948b8c0' implementation 'org.ow2.asm:asm:9.6' api project(path: ':jasm-core')