Update Paper API

This commit is contained in:
Marc Baloup 2024-02-17 13:00:12 +01:00
parent e4eb6dc9c9
commit 3c6d77f0bb
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.0.1-jre</version> <!-- Match the version imported by Paper API/BungeeCord API if possible -->
<version>31.1-jre</version> <!-- Match the version imported by Paper API/BungeeCord API if possible -->
</dependency>
</dependencies>

View File

@ -56,7 +56,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<bungeecord.version>1.20-R0.2-SNAPSHOT</bungeecord.version>
<paper.version>1.20-R0.1</paper.version>
<paper.version>1.20.1-R0.1</paper.version>
<mc.version>1.20.1</mc.version>
</properties>