version bump
This commit is contained in:
parent
e992b27d04
commit
5b14b18d62
1 changed files with 4 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue