aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle8
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 {