diff options
author | zaaarf <me@zaaarf.foo> | 2024-01-24 17:25:34 +0100 |
---|---|---|
committer | zaaarf <me@zaaarf.foo> | 2024-01-24 17:25:34 +0100 |
commit | c2b7e4aa5a8f56dec634ee905ce8d2d82bb2ad4a (patch) | |
tree | eacc5be8b0a817972fe0a633304a0e80d48519b6 /build.gradle | |
parent | 89f36dcc1efb3c44024b3d8ee570484b41550dd1 (diff) |
chore: lillero version bump (shouldn't matter though)
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 53920c6..fe25e4c 100644 --- a/build.gradle +++ b/build.gradle @@ -29,5 +29,5 @@ dependencies { implementation 'org.apache.logging.log4j:log4j-core:2.17.1' implementation 'org.ow2.asm:asm-commons:9.4' implementation 'cpw.mods:modlauncher:8.1.3' - implementation 'ftbsc:lll:0.3.2' + implementation 'ftbsc:lll:0.5.0' } |