Update Project Lombok version to 1.16.20

Update Project Lombok version to 1.16.20 (from 1.16.18) and specify this
version in runelite-parent instead of having it specified all around the
maven projects.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2018-01-23 11:14:34 +01:00
parent 340ed3dcfe
commit 1ad129a608
8 changed files with 8 additions and 9 deletions

View File

@@ -54,7 +54,6 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.18</version>
<scope>provided</scope>
</dependency>