Prepare for 1.20.4

master
Marc Baloup 2024-02-19 23:33:30 +01:00
parent 23a7b940b7
commit f494c3bdb3
3 changed files with 6 additions and 6 deletions

View File

@ -26,7 +26,7 @@
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-api</artifactId>
<version>4.14.0</version>
<version>4.15.0</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
@ -36,12 +36,12 @@
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-serializer-plain</artifactId>
<version>4.14.0</version>
<version>4.15.0</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-minimessage</artifactId>
<version>4.14.0</version>
<version>4.15.0</version>
</dependency>

View File

@ -77,7 +77,7 @@
<dependency>
<groupId>com.sk89q.worldedit</groupId>
<artifactId>worldedit-bukkit</artifactId>
<version>7.2.9</version>
<version>7.2.19</version>
<scope>provided</scope>
<exclusions>
<exclusion>

View File

@ -56,8 +56,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<bungeecord.version>1.20-R0.3-SNAPSHOT</bungeecord.version>
<paper.version>1.20.2-R0.1</paper.version>
<mc.version>1.20.2</mc.version>
<paper.version>1.20.4-R0.1</paper.version>
<mc.version>1.20.4</mc.version>
</properties>
<modules>