We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc870b commit 1441017Copy full SHA for 1441017
1 file changed
project.clj
@@ -6,10 +6,10 @@
6
:dependencies [[org.clojure/clojure "1.7.0"]
7
[org.clojure/tools.macro "0.1.5"]
8
[clout "2.1.2"]
9
- [medley "0.7.3"]
10
- [ring/ring-core "1.4.0"]
11
- [ring/ring-codec "1.0.0"]]
12
- :plugins [[lein-codox "0.9.4"]]
+ [medley "0.8.2"]
+ [ring/ring-core "1.5.0"]
+ [ring/ring-codec "1.0.1"]]
+ :plugins [[lein-codox "0.9.5"]]
13
:codox
14
{:output-path "codox"
15
:metadata {:doc/format :markdown}
0 commit comments