summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
author zaaarf <zaaarf@proton.me>2023-02-27 17:26:55 +0100
committer zaaarf <zaaarf@proton.me>2023-02-27 17:26:55 +0100
commit928638cb7a41e9e098ff1c77c8e43355782dcbb9 (patch)
treec7a2a9dd3fe19e3e504894c06884089625558c35 /build.gradle
parent824f9fb9a211f0d0a274a50c2461f769d91ad8c8 (diff)
chore: big code refactoring
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index de0c181..299d24e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -12,5 +12,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.1'
+ implementation 'ftbsc:lll:0.2.2'
} \ No newline at end of file