File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 33 :url " https://github.com/ring-clojure/ring-mock"
44 :license {:name " The MIT License"
55 :url " http://opensource.org/licenses/MIT" }
6- :dependencies [[org.clojure/clojure " 1.7 .0" ]
6+ :dependencies [[org.clojure/clojure " 1.9 .0" ]
77 [cheshire " 6.0.0" ]
88 [ring/ring-codec " 1.3.0" ]]
99 :plugins [[lein-codox " 0.10.8" ]]
1010 :codox
1111 {:project {:name " Ring-Mock" }
1212 :output-path " codox"
1313 :source-uri " https://github.com/ring-clojure/ring-mock/blob/{version}/{filepath}#L{line}" }
14- :aliases {" test-all" [" with-profile" " default:+1.8:+1.9:+1. 10:+1.11:+1.12" " test" ]}
14+ :aliases {" test-all" [" with-profile" " default:+1.10:+1.11:+1.12" " test" ]}
1515 :profiles
16- {:1.8 {:dependencies [[org.clojure/clojure " 1.8.0" ]]}
17- :1.9 {:dependencies [[org.clojure/clojure " 1.9.0" ]
18- [ring/ring-spec " 0.0.4" ]]}
19- :1.10 {:dependencies [[org.clojure/clojure " 1.10.0" ]
16+ {:1.10 {:dependencies [[org.clojure/clojure " 1.10.0" ]
2017 [ring/ring-spec " 0.0.4" ]]}
2118 :1.11 {:dependencies [[org.clojure/clojure " 1.11.0" ]
2219 [ring/ring-spec " 0.0.4" ]]}
You can’t perform that action at this time.
0 commit comments