fix NoSuchMethodError while tabcompleting /cw on spigot

This commit is contained in:
2022-03-13 15:09:25 +01:00
parent cacc09365b
commit fd5bccc985
6 changed files with 24 additions and 11 deletions
+3 -3
View File
@@ -6,7 +6,7 @@
<parent>
<groupId>eu.endermite.commandwhitelist</groupId>
<artifactId>CommandWhitelist</artifactId>
<version>2.2.5</version>
<version>2.2.6</version>
</parent>
<artifactId>Waterfall</artifactId>
@@ -94,13 +94,13 @@
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-platform-bungeecord</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bstats</groupId>
<artifactId>bstats-bungeecord</artifactId>
<version>2.2.1</version>
<version>3.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>