Update to 1.16.100

This commit is contained in:
DoctorMacc 2020-11-17 13:32:13 -05:00
parent 566113fa1e
commit b4d3fd088a
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ dependencies {
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
// You may need to force-disable transitiveness on them.
implementation 'org.geysermc:connector:1.1.0'
shadow 'org.geysermc:connector:1.1.0'
implementation 'org.geysermc:connector:1.2.0-SNAPSHOT'
shadow 'org.geysermc:connector:1.2.0-SNAPSHOT'
compileOnly 'org.projectlombok:lombok:1.18.4'
annotationProcessor 'org.projectlombok:lombok:1.18.4'