Update dependencies

This commit is contained in:
Marc Baloup 2021-11-25 15:32:28 +01:00
parent 0fef7cc152
commit 638a15b31f
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-platform-bungeecord</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>

View File

@ -41,7 +41,7 @@
<maven.compiler.target>16</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<bungeecord.version>1.17-R0.1-SNAPSHOT</bungeecord.version>
<bungeecord.version>1.18-R0.1-SNAPSHOT</bungeecord.version>
<paper.version>1.17.1-R0.1</paper.version>
<mc.version>1.17.1</mc.version>
</properties>