Codebase list comidi-clojure / adb6027
(MAINT) Improve dependency specification This commit adds specific version numbers for a few transitive dependencies. Without these changes, consumers of the comidi library are virtually guaranteed to end up with some lein pedantic conflicts that they have to resolve immediately upon adding a dependency on comidi. Chris Price 8 years ago
1 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
66 :dependencies [[org.clojure/clojure "1.6.0"]
77 [org.clojure/tools.reader "0.8.9"]
88 [ring/ring-core "1.3.2"]
9 [bidi "1.18.9"]
9 [commons-io "2.4"]
10 [bidi "1.18.9" :exclusions [org.clojure/clojurescript]]
1011 [compojure "1.3.3"]
1112 [prismatic/schema "0.4.0"]
1213 [puppetlabs/kitchensink "1.1.0"]]