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/weavejester/compojure"
44 :license {:name " Eclipse Public License"
55 :url " http://www.eclipse.org/legal/epl-v10.html" }
6- :dependencies [[org.clojure/clojure " 1.7 .0" ]
6+ :dependencies [[org.clojure/clojure " 1.9 .0" ]
77 [org.clojure/tools.macro " 0.1.5" ]
88 [clout " 2.2.1" ]
99 [medley " 1.4.0" ]
1515 :metadata {:doc/format :markdown }
1616 :source-uri " http://github.com/weavejester/compojure/blob/{version}/{filepath}#L{line}" }
1717 :aliases
18- {" test-all" [" with-profile" " default:+1.8:+1.9:+1. 10:+1.11" " test" ]}
18+ {" test-all" [" with-profile" " default:+1.10:+1.11" " test" ]}
1919 :profiles
2020 {:dev {:jvm-opts ^:replace []
2121 :dependencies [[ring/ring-mock " 0.4.0" ]
2222 [criterium " 0.4.6" ]
2323 [javax.servlet/servlet-api " 2.5" ]]}
24- :1.8 {:dependencies [[org.clojure/clojure " 1.8.0" ]]}
25- :1.9 {:dependencies [[org.clojure/clojure " 1.9.0" ]]}
2624 :1.10 {:dependencies [[org.clojure/clojure " 1.10.0" ]]}
2725 :1.11 {:dependencies [[org.clojure/clojure " 1.11.1" ]]}})
You can’t perform that action at this time.
0 commit comments