Bump org.clojure/java.data to 0.1.4

This commit is contained in:
Sean Corfield 2019-10-14 08:56:20 -07:00
parent 7f7cc9d16d
commit 27f9e87e27
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ Only accretive/fixative changes will be made from now on.
The following changes have been committed to the **master** branch since the 1.0.9 release:
* Update `org.clojure/java.data` to `"0.1.2"` (which fixes a number of reflection warnings).
* Update `org.clojure/java.data` to `"0.1.4"` (0.1.2 fixes a number of reflection warnings).
## Stable Builds

View file

@ -1,6 +1,6 @@
{:paths ["src"]
:deps {org.clojure/clojure {:mvn/version "1.10.1"}
org.clojure/java.data {:mvn/version "0.1.2"}}
org.clojure/java.data {:mvn/version "0.1.4"}}
:aliases
{:test {:extra-paths ["test"]
:extra-deps {org.clojure/test.check {:mvn/version "0.10.0"}