From 3eb68e0961f93d3d50a62504ef29dc340e357b21 Mon Sep 17 00:00:00 2001 From: Architector #4 <23612841+Architector4@users.noreply.github.com> Date: Wed, 18 Jul 2018 19:50:50 +0300 Subject: [PATCH] pom.xml - fix that lets it compile pom.xml specifies an old version of Lombok as a dependency, and, because of this, it won't compile. Changing the version to the current one in line 101 fixes that. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 879c859..acfdcd3 100644 --- a/pom.xml +++ b/pom.xml @@ -98,7 +98,7 @@ org.projectlombok lombok - 0.11.4 + 1.18.0 provided @@ -118,4 +118,4 @@ 1.47 - \ No newline at end of file +