summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
author zaaarf <zaaarf@proton.me>2023-03-28 00:47:54 +0200
committer zaaarf <zaaarf@proton.me>2023-03-28 00:47:54 +0200
commit418ccc670fe92120b2c8f9f5c7a64807e12a1bff (patch)
treefb4961db04e306d34ff96cb83e6cb568740a3a92 /build.gradle
parentbcb2e0659263eebcd051516577debed02c8d2ca6 (diff)
chore: lillero version bump
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 2d496cd..a4add4c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -20,7 +20,7 @@ repositories {
dependencies {
implementation 'com.squareup:javapoet:1.13.0'
- implementation 'ftbsc:lll:0.3.4'
+ implementation 'ftbsc:lll:0.4.0'
}
jar {