Downgrade SnakeYAML due to issues with comments parsing

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2021-06-11 20:50:27 +10:00
parent ba903c9c6d
commit 66524269f9

View File

@ -54,7 +54,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.29</version>
<version>1.28</version>
<scope>compile</scope>
</dependency>
<!-- not part of the API proper -->