Skip to content

Commit bedd9c1

Browse files
committed
update deps
1 parent af9efb7 commit bedd9c1

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
## 0.16.3 (9.11.2014)
22

33
- 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+
```
415

516
## 0.16.2 (11.9.2014)
617

project.clj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
:distribution :repo
77
:comments "same as Clojure"}
88
: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"]
1111
[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"]
1616
[ring-middleware-format "0.4.0"]]
1717
:profiles {:thingie {:ring {:handler examples.thingie/app
1818
:reload-paths ["src" "examples/src"]}
@@ -24,7 +24,7 @@
2424
:dev {:ring {:handler examples.handler/app}
2525
:plugins [[lein-clojars "0.9.1"]
2626
[lein-midje "3.1.3"]
27-
[lein-ring "0.8.11"]]
27+
[lein-ring "0.8.13"]]
2828
:dependencies [[peridot "0.3.0"]
2929
[javax.servlet/servlet-api "2.5"]
3030
[midje "1.6.3"]]}
@@ -35,6 +35,6 @@
3535
"start-thingie" ["with-profile" "thingie" "ring" "server"]
3636
"http-kit-thingie" ["with-profile" "thingie" "run"]
3737
"aot-uberjar" ["with-profile" "thingie,uberjar" "do" "clean," "ring" "uberjar"]
38-
"deploy!" ^{:doc "Recompile sources, then deploy if tests succeed."}
3938
"test-ancient" ["midje"]
39+
"deploy!" ^{:doc "Recompile sources, then deploy if tests succeed."}
4040
["do" ["clean"] ["midje"] ["deploy" "clojars"]]})

0 commit comments

Comments
 (0)