diff --git a/project.clj b/project.clj index 376d50a..9eeef9c 100644 --- a/project.clj +++ b/project.clj @@ -6,7 +6,7 @@ :distribution :repo :comments "Contact if any questions"} :dependencies [[org.clojure/clojure "1.6.0"] - [org.clojure/core.logic "0.8.9"] + [org.clojure/core.logic "0.8.10"] [org.clojure/tools.cli "0.3.1"]] :profiles {:dev {:dependencies [[lein-marginalia "0.8.0"]] :resource-paths ["test/resources"]}}