Upgrade honeysql to 0.8.2-SNAPSHOT to fix UNION parenthesizing. Fixes #83.

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

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"]
[honeysql "0.8.2-SNAPSHOT"]
[com.taoensso/tufte "1.0.2"]
[jamesmacaulay/cljs-promises "0.1.0"]]