diff --git a/project.clj b/project.clj index 5e154b075b8ea6ef34668cc5f2d5e0c5080e6dc6..55620b3cbf12898a4ed9896e51ecaa678f78e859 100644 --- a/project.clj +++ b/project.clj @@ -96,7 +96,7 @@ [ring/ring-jetty-adapter "1.6.0"] ; Ring adapter using Jetty webserver (used to run a Ring server for unit tests) [ring/ring-json "0.4.0"] ; Ring middleware for reading/writing JSON automatically [stencil "0.5.0"] ; Mustache templates for Clojure - [toucan "1.1.7" ; Model layer, hydration, and DB utilities + [toucan "1.1.9" ; Model layer, hydration, and DB utilities :exclusions [honeysql]]] :repositories [["bintray" "https://dl.bintray.com/crate/crate"] ; Repo for Crate JDBC driver ["redshift" "https://s3.amazonaws.com/redshift-driver-downloads"]]