Skip to content

Commit

Permalink
Updates guava to 19.0
Browse files Browse the repository at this point in the history
Updates `com.google.guava/guava` to `19.0` from `18.0`.
  • Loading branch information
chinmaydd committed Jul 29, 2016
1 parent ef56c78 commit 7833b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.6.0"]
[com.google.guava/guava "18.0"]]
[com.google.guava/guava "19.0"]]
:profiles {:dev {:resource-paths ["test/resources"]
:dependencies [[clj-time "0.8.0"]
[cheshire "5.3.1"]]}
Expand Down

0 comments on commit 7833b54

Please sign in to comment.