Update Lombok to make compile on Java 11

This commit is contained in:
creeper123123321 2018-11-26 16:25:49 -02:00
parent 22cc12e7a9
commit 55fad45a6c
No known key found for this signature in database
GPG Key ID: 0AC57D54786721D1

View File

@ -63,7 +63,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.20</version>
<version>1.18.4</version>
<scope>provided</scope>
</dependency>