Skip to content

Commit

Permalink
Bump Jackson-* to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Aug 15, 2017
1 parent 36ae914 commit 744e4a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ encoders.
## Usage

```clojure
[cheshire "5.7.1"]
[cheshire "5.8.0"]

;; Cheshire v5.7.1 uses Jackson 2.8.6
;; Cheshire v5.8.0 uses Jackson 2.8.6

;; In your ns statement:
(ns my.ns
Expand Down
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
:url "http://opensource.org/licenses/MIT"
:distribution :repo}
:global-vars {*warn-on-reflection* false}
:dependencies [[com.fasterxml.jackson.core/jackson-core "2.8.8"]
[com.fasterxml.jackson.dataformat/jackson-dataformat-smile "2.8.8"]
[com.fasterxml.jackson.dataformat/jackson-dataformat-cbor "2.8.8"]
:dependencies [[com.fasterxml.jackson.core/jackson-core "2.9.0"]
[com.fasterxml.jackson.dataformat/jackson-dataformat-smile "2.9.0"]
[com.fasterxml.jackson.dataformat/jackson-dataformat-cbor "2.9.0"]
[tigris "0.1.1"]]
:profiles {:dev {:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/test.generative "0.1.4"]]}
Expand Down

0 comments on commit 744e4a8

Please sign in to comment.