From 3f882ebdaa48324e80ce9299a0499d36eee49489 Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Fri, 5 Aug 2016 13:06:42 -0700 Subject: [PATCH] Bump honeysql to 0.8.0, which includes mainline ClojureScript support. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index cf4c7e18..9468470c 100644 --- a/project.clj +++ b/project.clj @@ -7,7 +7,7 @@ [org.clojure/clojure "1.8.0"] [org.clojure/core.async "0.2.385"] [datascript "0.15.1"] - [honeysql "0.7.1-SNAPSHOT"] + [honeysql "0.8.0"] [jamesmacaulay/cljs-promises "0.1.0"]] :cljsbuild {:builds {:release {