Downgrade SnakeYAML due to issues with comments parsing

This commit is contained in:
md_5 2021-06-11 20:50:27 +10:00
parent 1dff62ae83
commit 989bb0c112
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

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 -->