Skip to content

Commit

Permalink
Merge pull request #171 from AdamFrey/patch-1
Browse files Browse the repository at this point in the history
Update core.logic dep to avoid 1.9 spec exception
  • Loading branch information
danielcompton authored Nov 3, 2016
2 parents e299d16 + e9cfdf7 commit e751aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:distribution :repo
:comments "Contact if any questions"}
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/core.logic "0.8.10"]
[org.clojure/core.logic "0.8.11"]
[org.clojure/tools.cli "0.3.5"]]
:profiles {:dev {:dependencies [[lein-marginalia "0.9.0"]]
:resource-paths ["test/resources"]}}
Expand Down

0 comments on commit e751aff

Please sign in to comment.