Upgrade honeysql to org.clojars.rnewman/honeysql 0.8.2 to fix UNION parenthesizing. Fixes #83.

This commit is contained in:
Richard Newman 2016-10-12 09:10:18 -07:00
parent feebfd09da
commit 8bb0dcfa2e

View file

@ -7,7 +7,7 @@
[org.clojure/clojure "1.8.0"]
[org.clojure/core.async "0.2.385"]
[datascript "0.15.1"]
[honeysql "0.8.0"]
[org.clojars.rnewman/honeysql "0.8.2"]
[com.taoensso/tufte "1.0.2"]
[jamesmacaulay/cljs-promises "0.1.0"]]