From 5db6a9200f8a32d857336d93cfa6313e04a77fc1 Mon Sep 17 00:00:00 2001 From: Michael Vitz Date: Fri, 13 Mar 2015 09:54:20 +0100 Subject: [PATCH 1/2] Update compojure from 1.3.1 to 1.3.2. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 179a078..a32391c 100644 --- a/project.clj +++ b/project.clj @@ -7,7 +7,7 @@ :comments "A business-friendly OSS license"} :dependencies [[org.clojure/clojure "1.6.0"] [ring "1.3.2"] - [compojure "1.3.1"] + [compojure "1.3.2"] [clj-time "0.9.0"] [org.clojure/data.json "0.2.5"]] :pedantic? :abort From 49679b517a1f16fead9d377050607f4cf33f8cb9 Mon Sep 17 00:00:00 2001 From: Michael Vitz Date: Fri, 13 Mar 2015 09:55:03 +0100 Subject: [PATCH 2/2] Update data.json from 0.2.5 to 0.2.6. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index a32391c..d93fa87 100644 --- a/project.clj +++ b/project.clj @@ -9,7 +9,7 @@ [ring "1.3.2"] [compojure "1.3.2"] [clj-time "0.9.0"] - [org.clojure/data.json "0.2.5"]] + [org.clojure/data.json "0.2.6"]] :pedantic? :abort :plugins [[jonase/eastwood "0.2.0"]] :profiles {:dev {:dependencies [[ring-mock "0.1.5"]]}