aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author zaaarf <zaaarf@proton.me>2023-02-24 16:57:45 +0100
committer zaaarf <zaaarf@proton.me>2023-02-24 16:57:45 +0100
commit64365632c57d807c5b9cf4b85c45efe37a392177 (patch)
treec977aa09a9fff8b4fd992d4db6efcef4ca85eec9
parentf4db0dc912eb80ddfb3d63d3debde8bc859e0ee8 (diff)
build: bump lillero dependency
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 2f4a891..b19d2d1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -16,7 +16,7 @@ dependencies {
implementation 'org.apache.logging.log4j:log4j-core:2.15.0'
implementation 'org.ow2.asm:asm-commons:9.4'
implementation 'cpw.mods:modlauncher:8.1.3'
- implementation 'ftbsc:lll:0.1.1'
+ implementation 'ftbsc:lll:0.2.0'
}
// jar {