Skip to content

Commit

Permalink
Last minute dependency updates for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
Deraen committed Mar 20, 2015
1 parent c37de8a commit 5ce2bc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@

```clojure
[prismatic/schema "0.4.0"] is available but we use "0.3.7"
[prismatic/plumbing "0.4.0"] is available but we use "0.3.7"
[prismatic/plumbing "0.4.1"] is available but we use "0.3.7"
[potemkin "0.3.12"] is available but we use "0.3.11"
[metosin/ring-http-response "0.6.1"] is available but we use "0.6.0"
```
- Fixed compatibility with Schema 0.4.0

Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
:dependencies [[org.clojure/clojure "1.6.0"]
[cheshire "5.4.0"]
[slingshot "0.12.2"]
[metosin/ring-http-response "0.6.0"]
[metosin/ring-http-response "0.6.1"]
[prismatic/schema "0.4.0"]
[prismatic/plumbing "0.4.0"]
[prismatic/plumbing "0.4.1"]
[clj-time "0.9.0"]
[org.tobereplaced/lettercase "1.0.0"]
[ring/ring-core "1.3.2"]
Expand Down

0 comments on commit 5ce2bc9

Please sign in to comment.