diff options
author | zaaarf <me@zaaarf.foo> | 2024-01-24 17:35:09 +0100 |
---|---|---|
committer | zaaarf <me@zaaarf.foo> | 2024-01-24 17:35:09 +0100 |
commit | 16508aff77569c683baaaf42d32cf482b6a8a386 (patch) | |
tree | d25dea27a5b34990e47efd072b3cda778930cdbd /build.gradle | |
parent | ae63aef390db222448787db5f5998e77fc46bd2a (diff) |
chore: version bump + internal reorganisation0.4.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 2437aab..5ddaa88 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ repositories { } dependencies { - implementation 'ftbsc:lll:0.4.2' + implementation 'ftbsc:lll:0.5.0' implementation 'com.google.auto.service:auto-service-annotations:1.1.0' annotationProcessor 'com.google.auto.service:auto-service:1.1.0' } |