Skip to content

Commit

Permalink
Bump cheshire to 5.9.0 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwrooijen authored and martinklepsch committed Jan 7, 2020
1 parent c78c7b8 commit 8d53731
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.boot
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(set-env!
:resource-paths #{"src" "resources"}
:dependencies '[[org.clojure/clojure "1.8.0" :scope "provided"]
[cheshire "5.0.1"]
[cheshire "5.9.0"]
[org.martinklepsch/clj-http-lite "0.4.1"]
[prone "1.0.1"]

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.5.1" :scope "provided"]
[cheshire "5.8.0"]
[cheshire "5.9.0"]
[clj-http-lite "0.3.0"]
[prone "1.0.1"]])

0 comments on commit 8d53731

Please sign in to comment.