Skip to content

Commit

Permalink
Bump lombok on the example plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ShonP40 committed May 4, 2023
1 parent 3bc44e6 commit c698869
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Examples/cLegacyCombat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.12</version>
<version>1.18.24</version>
</dependency>
<dependency>
<groupId>com.cheatbreaker</groupId>
Expand Down
2 changes: 1 addition & 1 deletion Examples/cMiniMap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.12</version>
<version>1.18.24</version>
</dependency>
<dependency>
<groupId>com.cheatbreaker</groupId>
Expand Down
2 changes: 1 addition & 1 deletion Examples/cStaffModules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.12</version>
<version>1.18.24</version>
</dependency>
<dependency>
<groupId>com.cheatbreaker</groupId>
Expand Down

0 comments on commit c698869

Please sign in to comment.