#2465: Sync SnakeYAML version with Bukkit

This commit is contained in:
md_5 2018-07-15 21:20:58 +10:00
parent 77b0a38c26
commit 5cdb181cc5

View File

@ -22,7 +22,7 @@
<dependency> <dependency>
<groupId>org.yaml</groupId> <groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId> <artifactId>snakeyaml</artifactId>
<version>1.19</version> <version>1.21</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
</dependencies> </dependencies>