diff --git a/deps.edn b/deps.edn index 923b433..e1b285f 100644 --- a/deps.edn +++ b/deps.edn @@ -1,6 +1,7 @@ {:deps {org.clojure/clojure {:mvn/version "1.10.0"} org.clojure/clojurescript {:mvn/version "1.10.764"} + com.github.seancorfield/honeysql {:mvn/version "2.2.891"} olymk2/cl-org {:git/url "https://gitlab.com/olymk2/cl-org.git" - :sha "6a645bf2771c83751c2656ed533dd72df420202c"} + :sha "9f29b9a3989bbd0f843e2f025d91cc7b92e818a4"} com.bhauman/figwheel-main {:mvn/version "0.2.11"}} :paths ["src" "resources"]}