Fix these

This commit is contained in:
Telesphoreo 2022-03-30 23:10:55 -05:00
parent 4cac10d250
commit b7f6e53f25
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@
</dependency>
<dependency>
<groupId>com.sk89q.worldguard</groupId>
<artifactId>worldguard-legacy</artifactId>
<artifactId>worldguard-bukkit</artifactId>
<version>7.0.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

View File

@ -130,7 +130,7 @@
</dependency>
<dependency>
<groupId>com.sk89q.worldguard</groupId>
<artifactId>worldguard-legacy</artifactId>
<artifactId>worldguard-bukkit</artifactId>
<version>7.0.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>