Update dependencies

This commit is contained in:
Sean Corfield 2019-07-18 09:55:59 -07:00
parent 60c1e6660f
commit e76b382016

View file

@ -34,6 +34,11 @@
<artifactId>clojure</artifactId> <artifactId>clojure</artifactId>
<version>1.10.1</version> <version>1.10.1</version>
</dependency> </dependency>
<dependency>
<groupId>org.clojure</groupId>
<artifactId>java.data</artifactId>
<version>0.1.1</version>
</dependency>
</dependencies> </dependencies>
<build> <build>