diff options
author | zaaarf <zaaarf@proton.me> | 2023-08-26 23:55:11 +0200 |
---|---|---|
committer | zaaarf <zaaarf@proton.me> | 2023-08-26 23:55:11 +0200 |
commit | 30f8e080ae5d7bd811abb5b96bc6b85aa89350a8 (patch) | |
tree | eecf91d07fefb6a327d4a1e426e160b90bc555fe /build.gradle | |
parent | 8e3284a904633b5434104668936be5251e520241 (diff) |
feat: updated to use mapper lib 0.2.0
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 74794ea..2f83ee6 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ dependencies { implementation 'com.squareup:javapoet:1.13.0' implementation 'org.ow2.asm:asm-commons:9.5' implementation 'ftbsc:lll:0.4.2' - implementation 'ftbsc.lll:mapper:0.1.0' + implementation 'ftbsc.lll:mapper:0.2.0' } jar { |