Update snakeyaml to latest release.

This commit is contained in:
Fabian Becker 2015-12-10 21:28:46 +01:00
parent 6890faf056
commit 0320b46a11

View File

@ -27,6 +27,6 @@ repositories {
} }
dependencies { dependencies {
compile group: 'javax.help', name: 'javahelp', version:'2.0.05' compile group: 'javax.help', name: 'javahelp', version:'2.0.05'
compile group: 'org.yaml', name: 'snakeyaml', version:'1.14' compile group: 'org.yaml', name: 'snakeyaml', version:'1.16'
testCompile group: 'junit', name: 'junit', version:'4.11' testCompile group: 'junit', name: 'junit', version:'4.11'
} }