Merge branch 'v5' into v6

This commit is contained in:
N0tMyFaultOG
2020-09-02 17:19:12 +02:00
2 changed files with 10 additions and 8 deletions

View File

@ -48,6 +48,12 @@
<version>1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>20.1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.sk89q.worldedit</groupId>
<artifactId>worldedit-core</artifactId>
@ -77,7 +83,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.25</version>
<version>1.26</version>
<scope>runtime</scope>
</dependency>
<dependency>
@ -89,13 +95,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.3.72</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>20.0.0</version>
<version>1.4.0</version>
<scope>runtime</scope>
</dependency>
<dependency>