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-defaults"
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.10.0" ]
8- [ring/ring-ssl " 0.3.0" ]
9- [ring/ring-headers " 0.3.0" ]
10- [ring/ring-anti-forgery " 1.3.0" ]
11- [javax.servlet/javax.servlet-api " 3.1.0" ]]
6+ :dependencies [[org.clojure/clojure " 1.9.0" ]
7+ [ring/ring-core " 1.12.1" ]
8+ [ring/ring-ssl " 0.4.0" ]
9+ [ring/ring-headers " 0.4.0" ]
10+ [ring/ring-anti-forgery " 1.3.1" ]]
1211 :aliases
13- {" test-all" [" with-profile" " default:+1.8 :+1.9 :+1.10:+1.11 " " test" ]}
12+ {" test-all" [" with-profile" " default:+1.10 :+1.11 :+1.12 " " test" ]}
1413 :profiles
1514 {:dev {:dependencies [[ring/ring-mock " 0.4.0" ]]}
16- :1.8 {:dependencies [[org.clojure/clojure " 1.8.0" ]]}
17- :1.9 {:dependencies [[org.clojure/clojure " 1.9.0" ]]}
1815 :1.10 {:dependencies [[org.clojure/clojure " 1.10.3" ]]}
19- :1.11 {:dependencies [[org.clojure/clojure " 1.11.1" ]]}})
16+ :1.11 {:dependencies [[org.clojure/clojure " 1.11.3" ]]}
17+ :1.12 {:dependencies [[org.clojure/clojure " 1.12.0-alpha9" ]]}})
You can’t perform that action at this time.
0 commit comments