build: bump lillero version

This commit is contained in:
zaaarf 2023-03-01 21:31:11 +01:00
parent 284954e20d
commit 652a5103c6
No known key found for this signature in database
GPG key ID: 82240E075E31FA4C

View file

@ -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'
}