Updated snakeyaml to 1.9 (up from 1.7)

By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot
2011-10-10 21:39:27 +01:00
parent e485fcdb54
commit 96063a2b4d
4 changed files with 1 additions and 9 deletions

View File

@@ -82,7 +82,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.7</version>
<version>1.9</version>
<type>jar</type>
<scope>compile</scope>
</dependency>