diff options
author | zaaarf <zaaarf@proton.me> | 2023-03-01 21:31:11 +0100 |
---|---|---|
committer | zaaarf <zaaarf@proton.me> | 2023-03-01 21:31:11 +0100 |
commit | 652a5103c6b30bc4d491e69214152a0abecca037 (patch) | |
tree | 77776e38246614edd022eb041d965bc825754eb1 | |
parent | 284954e20d1f7ffe6e3b6a90b55041adc979bf2f (diff) |
build: bump lillero version
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index d76e1d2..593d5fc 100644 --- a/build.gradle +++ b/build.gradle @@ -14,5 +14,5 @@ repositories { //TODO: figure out how to make annotationProcessor inherit its dependencies dependencies { implementation 'com.squareup:javapoet:1.13.0' - implementation 'ftbsc:lll:0.2.2' + implementation 'ftbsc:lll:0.3.0' } |