Downgrade SnakeYAML due to issues with comments parsing

This commit is contained in:
md_5
2021-06-11 21:13:38 +10:00
parent 00982f3620
commit b7935d4b14
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.29</version>
<version>1.28</version>
<scope>compile</scope>
</dependency>
</dependencies>