diff options
author | zaaarf <me@zaaarf.foo> | 2024-05-31 19:36:42 +0200 |
---|---|---|
committer | zaaarf <me@zaaarf.foo> | 2024-05-31 19:36:42 +0200 |
commit | 85b3aeea1a2bff99fddb4bff5d290c942b6e338c (patch) | |
tree | c66eba492310dbd00e096f6d79c4649291c844ff /build.gradle | |
parent | 8d26063266b8cdbacd23ae9abdec4cf3810a2049 (diff) |
fix: updated to new mapper library0.6.2
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index 6ecc5eb..9890529 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ repositories { dependencies { implementation 'com.squareup:javapoet:1.13.0' - implementation 'org.ow2.asm:asm-commons:9.5' - implementation 'ftbsc:lll:0.5.0' - implementation 'ftbsc.lll:mapper:0.3.0' + implementation 'org.ow2.asm:asm-commons:9.7' + implementation 'ftbsc:lll:0.5.1' + implementation 'ftbsc.lll:mapper:0.4.1' } |