From 67f0e366bf949ecd162b7d47809fc217b42ffe8b Mon Sep 17 00:00:00 2001 From: Gordon Stratton Date: Thu, 15 Dec 2016 21:43:49 +0000 Subject: [PATCH] Bump dependencies --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index b1254af..667d4ae 100644 --- a/project.clj +++ b/project.clj @@ -5,7 +5,7 @@ :license {:name "Apache 2.0" :url "https://www.apache.org/licenses/LICENSE-2.0"} :dependencies [[cheshire "5.6.3"] - [clj-http "3.3.0"]] + [clj-http "3.4.1"]] :profiles {:dev {:plugins [[jonase/eastwood "0.2.3"] [lein-codox "0.9.4"]] :global-vars {*warn-on-reflection* true}}