Skip to content

Commit

Permalink
This fixes some bugs with idea 2020.2 and makes idea 2020.3 work. Wit…
Browse files Browse the repository at this point in the history
…hout this update idea 2020.3 will not be able to compile metasfresh.

Idea issue: https://youtrack.jetbrains.com/issue/IDEA-252069
Lombok issue: projectlombok/lombok#2592
  • Loading branch information
TheBestPessimist committed Oct 15, 2020
1 parent c1da112 commit f1521d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/parent-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.10</version>
<version>1.18.14</version>
</dependency>

<dependency>
Expand Down

0 comments on commit f1521d8

Please sign in to comment.