File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 3
3
:url " https://github.com/weavejester/compojure"
4
4
:license {:name " Eclipse Public License"
5
5
: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" ]
7
7
[org.clojure/tools.macro " 0.1.5" ]
8
8
[clout " 2.2.1" ]
9
9
[medley " 1.4.0" ]
15
15
:metadata {:doc/format :markdown }
16
16
:source-uri " http://github.com/weavejester/compojure/blob/{version}/{filepath}#L{line}" }
17
17
: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" ]}
19
19
:profiles
20
20
{:dev {:jvm-opts ^:replace []
21
21
:dependencies [[ring/ring-mock " 0.4.0" ]
22
22
[criterium " 0.4.6" ]
23
23
[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" ]]}
26
24
:1.10 {:dependencies [[org.clojure/clojure " 1.10.0" ]]}
27
25
:1.11 {:dependencies [[org.clojure/clojure " 1.11.1" ]]}})
You can’t perform that action at this time.
0 commit comments