diff options
author | ftbsc <dev@fantabos.co> | 2023-02-27 17:25:46 +0100 |
---|---|---|
committer | ftbsc <dev@fantabos.co> | 2023-02-27 17:25:46 +0100 |
commit | 5b14b18d62c1bb6e5add71e32b570cb99208a80b (patch) | |
tree | 7dedd5d6fc358ea3889ee91b0ef0bcbf91140310 | |
parent | e992b27d0414955bee634f7b6cef4ba32a264db9 (diff) |
version bump
-rw-r--r-- | build.gradle | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle index 1dd45bb..ba15d21 100644 --- a/build.gradle +++ b/build.gradle @@ -90,11 +90,11 @@ sourceSets.main.resources { srcDir 'src/generated/resources' } dependencies { minecraft "net.minecraftforge:forge:${minecraftVersion}-${forgeVersion}" - implementation 'ftbsc:lll:0.2.1' - implementation 'ftbsc.lll:processor:0.1.0' + implementation 'ftbsc:lll:0.2.2' + implementation 'ftbsc.lll:processor:0.1.1' annotationProcessor 'com.squareup:javapoet:1.13.0' - annotationProcessor 'ftbsc:lll:0.2.1' - annotationProcessor 'ftbsc.lll:processor:0.1.0' + annotationProcessor 'ftbsc:lll:0.2.2' + annotationProcessor 'ftbsc.lll:processor:0.1.1' } jar { |