From fe9a6c8d4ab3665008eec289c59eebbf06dd43f7 Mon Sep 17 00:00:00 2001 From: zaaarf Date: Thu, 13 Apr 2023 10:51:57 +0200 Subject: [PATCH] chore: bump lillero to 0.4.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index faf262d..3f51438 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ repositories { dependencies { implementation 'com.squareup:javapoet:1.13.0' implementation 'org.ow2.asm:asm-commons:9.5' - implementation 'ftbsc:lll:0.4.0' + implementation 'ftbsc:lll:0.4.1' } jar {