File tree Expand file tree Collapse file tree 2 files changed +19
-8
lines changed Expand file tree Collapse file tree 2 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 1
1
## 0.16.3 (9.11.2014)
2
2
3
3
- support for ` :form-parameters ` , thanks to [ Thomas Whitcomb] ( https://github.com/thomaswhitcomb )
4
+ - update deps:
5
+
6
+ ``` clojure
7
+ [prismatic/plumbing " 0.3.5" ] is available but we use " 0.3.3"
8
+ [potemkin " 0.3.11" ] is available but we use " 0.3.8"
9
+ [compojure " 1.2.1" ] is available but we use " 1.1.9"
10
+ [prismatic/schema " 0.3.2" ] is available but we use " 0.2.6"
11
+ [metosin/ring-http-response " 0.5.1" ] is available but we use " 0.5.0"
12
+ [metosin/ring-swagger " 0.14.0" ] is available but we use " 0.13.0"
13
+ [lein-ring " 0.8.13" ] is available but we use " 0.8.11"
14
+ ```
4
15
5
16
## 0.16.2 (11.9.2014)
6
17
Original file line number Diff line number Diff line change 6
6
:distribution :repo
7
7
:comments " same as Clojure" }
8
8
:dependencies [[org.clojure/clojure " 1.6.0" ]
9
- [prismatic/plumbing " 0.3.3 " ]
10
- [potemkin " 0.3.8 " ]
9
+ [prismatic/plumbing " 0.3.5 " ]
10
+ [potemkin " 0.3.11 " ]
11
11
[cheshire " 5.3.1" ]
12
- [compojure " 1.1.9 " ]
13
- [prismatic/schema " 0.2.6 " ]
14
- [metosin/ring-http-response " 0.5.0 " ]
15
- [metosin/ring-swagger " 0.13 .0" ]
12
+ [compojure " 1.2.1 " ]
13
+ [prismatic/schema " 0.3.2 " ]
14
+ [metosin/ring-http-response " 0.5.1 " ]
15
+ [metosin/ring-swagger " 0.14 .0" ]
16
16
[ring-middleware-format " 0.4.0" ]]
17
17
:profiles {:thingie {:ring {:handler examples.thingie/app
18
18
:reload-paths [" src" " examples/src" ]}
24
24
:dev {:ring {:handler examples.handler/app}
25
25
:plugins [[lein-clojars " 0.9.1" ]
26
26
[lein-midje " 3.1.3" ]
27
- [lein-ring " 0.8.11 " ]]
27
+ [lein-ring " 0.8.13 " ]]
28
28
:dependencies [[peridot " 0.3.0" ]
29
29
[javax.servlet/servlet-api " 2.5" ]
30
30
[midje " 1.6.3" ]]}
35
35
" start-thingie" [" with-profile" " thingie" " ring" " server" ]
36
36
" http-kit-thingie" [" with-profile" " thingie" " run" ]
37
37
" aot-uberjar" [" with-profile" " thingie,uberjar" " do" " clean," " ring" " uberjar" ]
38
- " deploy!" ^{:doc " Recompile sources, then deploy if tests succeed." }
39
38
" test-ancient" [" midje" ]
39
+ " deploy!" ^{:doc " Recompile sources, then deploy if tests succeed." }
40
40
[" do" [" clean" ] [" midje" ] [" deploy" " clojars" ]]})
You can’t perform that action at this time.
0 commit comments