Revert "Bump com.sk89q.worldedit:worldedit-bukkit from 7.2.20 to 7.3.0 (#37)"

This reverts commit 018e26c1b0.

Apparently 7.3 now requires java language features newer than Java 8... We can't upgrade right now
This commit is contained in:
Christian Koop 2024-04-06 21:12:07 +02:00
parent 4dffd7e2a8
commit ff12fda7d2
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@
<dependency>
<groupId>com.sk89q.worldedit</groupId>
<artifactId>worldedit-bukkit</artifactId>
<version>7.3.0</version>
<version>7.2.20</version>
<scope>provided</scope>
</dependency>