File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 :license {:name " The MIT License"
55 :url " http://opensource.org/licenses/MIT" }
66 :dependencies [[org.clojure/clojure " 1.7.0" ]
7- [cheshire " 5.8.1 " ]
8- [ring/ring-codec " 1.1.1 " ]]
7+ [cheshire " 6.0.0 " ]
8+ [ring/ring-codec " 1.3.0 " ]]
99 :plugins [[lein-codox " 0.10.3" ]]
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" " test" ]}
14+ :aliases {" test-all" [" with-profile" " default:+1.8:+1.9:+1.10:+1.11:+1.12 " " test" ]}
1515 :profiles
1616 {:1.8 {:dependencies [[org.clojure/clojure " 1.8.0" ]]}
1717 :1.9 {:dependencies [[org.clojure/clojure " 1.9.0" ]
1818 [ring/ring-spec " 0.0.4" ]]}
1919 :1.10 {:dependencies [[org.clojure/clojure " 1.10.0" ]
20+ [ring/ring-spec " 0.0.4" ]]}
21+ :1.11 {:dependencies [[org.clojure/clojure " 1.11.0" ]
22+ [ring/ring-spec " 0.0.4" ]]}
23+ :1.12 {:dependencies [[org.clojure/clojure " 1.12.0" ]
2024 [ring/ring-spec " 0.0.4" ]]}})
You can’t perform that action at this time.
0 commit comments