diff options
author | zaaarf <zaaarf@proton.me> | 2023-08-26 22:37:47 +0200 |
---|---|---|
committer | zaaarf <zaaarf@proton.me> | 2023-08-26 22:37:47 +0200 |
commit | 8e3284a904633b5434104668936be5251e520241 (patch) | |
tree | 3963d6787a0f4c4b9d0351b7cd62faed76d184bb /build.gradle | |
parent | 3f730c69d3360ae7af030e9e5a4ebd065f8bb05a (diff) |
feat: updated to use mapper 0.1
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 5109f86..74794ea 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.0.2' + implementation 'ftbsc.lll:mapper:0.1.0' } jar { |