Fix java.data dep in pom.xml

This commit is contained in:
Sean Corfield 2020-05-31 21:48:04 -07:00
parent 6d362ab611
commit 4342bb76da

View file

@ -33,7 +33,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>java.data</artifactId>
<version>1.0.64</version>
<version>1.0.78</version>
</dependency>
</dependencies>
<build>