Skip to content

Commit

Permalink
Ordered dependencies. Added explicitly clojure-complete.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhanika committed Jun 30, 2019
1 parent 943349b commit 1c663d6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,24 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.9.0"]
[org.clojure/tools.cli "0.4.1"]
[org.clojure/core.async "0.4.490"]
[org.clojure/data.xml "0.0.8"]
[org.clojure/data.json "0.2.6"]
[org.clojure/math.combinatorics "0.1.5"]
[org.clojure/math.numeric-tower "0.0.4"]
[org.clojure/tools.cli "0.4.1"]
[org.apache.commons/commons-math "2.2"]
[seesaw "1.5.0"]
[reply "0.4.3"
:exclusions [org.clojure/clojure
clojure-complete
com.cemerick/drawbridge]]
[org.clojure/data.xml "0.0.8"]
[org.clojure/core.async "0.4.490"]
[ubergraph "0.5.2"
:exclusions [potemkin]]
[rolling-stones "1.0.1"
:exclusions [org.clojure/clojure]]
[clj-http "3.10.0"]
[org.clojure/data.json "0.2.6"]]
[clojure-complete "0.2.5"]]
:profiles {:uberjar {:main conexp.main
:aot :all}}
:plugins [[org.clojars.benfb/lein-gorilla "0.5.2"]]
Expand Down

0 comments on commit 1c663d6

Please sign in to comment.