deal with dead link for batik, upgrade to 1.14 (fixes #192)

This commit is contained in:
Ben Fry
2021-04-29 14:39:07 -04:00
parent 62f44ab34c
commit cc2ec45772
3 changed files with 9 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
<delete file="library/svg.jar" />
</target>
<property name="batik.version" value="1.13" />
<property name="batik.version" value="1.14" />
<!-- the .zip file to be downloaded -->
<property name="batik.zip" value="batik-bin-${batik.version}.zip" />
<!-- the .jar file that's the actual dependency -->