diff options
author | zaaarf <me@zaaarf.foo> | 2024-01-24 17:29:23 +0100 |
---|---|---|
committer | zaaarf <me@zaaarf.foo> | 2024-01-24 17:29:23 +0100 |
commit | d98eab7e7db9c32713da17399fce6a7e91127a38 (patch) | |
tree | 3e0b37c4bed947d0f17b324a78e6c13f5e009cca /build.gradle | |
parent | bf32e56a863e83b82efe9732c585979afb0e62c3 (diff) |
chore: version bump
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 cdcad7b..0719376 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ repositories { 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:0.5.0' implementation 'ftbsc.lll:mapper:0.3.0' } |