Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Jan 14, 2015
1 parent 84a2761 commit 713d1bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
```clojure
[cheshire "5.4.0"] is available but we use "5.3.1"
[clj-time "0.9.0"] is available but we use "0.8.0"
[metosin/ring-swagger-ui "2.0.24"] is available but we use "2.0.17"
[com.github.fge/json-schema-validator "2.2.6"] is available but we use "2.2.5"
*[metosin/ring-swagger-ui "2.0.24"] is available but we use "2.0.17"
*[com.github.fge/json-schema-validator "2.2.6"] is available but we use "2.2.5"
*[lein-ring "0.9.1"] is available but we use "0.8.13"
[instar "1.0.10"]
```

## 0.15.0 (8.12.2014)
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
[potemkin "0.3.11"]
[org.flatland/ordered "1.5.2"]
[instar "1.0.10" :exclusions [org.clojure/clojure]]]
:plugins [[lein-ring "0.8.13"]]
:plugins [[lein-ring "0.9.1"]]
:profiles {:dev {:plugins [[lein-clojars "0.9.1"]
[lein-midje "3.1.3"]]
:dependencies [[midje "1.7.0-SNAPSHOT"]
Expand Down

0 comments on commit 713d1bb

Please sign in to comment.