File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 :url " https://github.com/ring-clojure/ring-headers"
44 :license {:name " The MIT License"
55 :url " http://opensource.org/licenses/MIT" }
6- :dependencies [[org.clojure/clojure " 1.7 .0" ]
7- [ring/ring-core " 1.8 .1" ]]
8- :plugins [[lein-codox " 0.10.3 " ]]
6+ :dependencies [[org.clojure/clojure " 1.9 .0" ]
7+ [ring/ring-core " 1.12 .1" ]]
8+ :plugins [[lein-codox " 0.10.8 " ]]
99 :codox {:project {:name " Ring-Headers" }
1010 :output-path " codox" }
11- :aliases {" test-all" [" with-profile" " default:+1.7 :+1.8 :+1.9 " " test" ]}
11+ :aliases {" test-all" [" with-profile" " default:+1.10 :+1.11 :+1.12 " " test" ]}
1212 :profiles
13- {:dev {:dependencies [[ring/ring-mock " 0.3 .0" ]]}
14- :1.7 {:dependencies [[org.clojure/clojure " 1.7.0 " ]]}
15- :1.8 {:dependencies [[org.clojure/clojure " 1.8.0 " ]]}
16- :1.9 {:dependencies [[org.clojure/clojure " 1.9 .0-alpha10 " ]]}})
13+ {:dev {:dependencies [[ring/ring-mock " 0.4 .0" ]]}
14+ :1.10 {:dependencies [[org.clojure/clojure " 1.10.3 " ]]}
15+ :1.11 {:dependencies [[org.clojure/clojure " 1.11.3 " ]]}
16+ :1.12 {:dependencies [[org.clojure/clojure " 1.12 .0-alpha9 " ]]}})
You can’t perform that action at this time.
0 commit comments