From 84321304254d4e9e744a42f728ef926325785540 Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Thu, 19 Apr 2018 22:36:42 +0300 Subject: [PATCH] Update deps --- project.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project.clj b/project.clj index 16bd7060..fab2aef4 100644 --- a/project.clj +++ b/project.clj @@ -17,8 +17,8 @@ [metosin/reitit-swagger "0.1.1-SNAPSHOT"] [meta-merge "1.0.0"] - [metosin/spec-tools "0.6.1"] - [metosin/schema-tools "0.10.1-SNAPSHOT"]] + [metosin/spec-tools "0.6.2-SNAPSHOT"] + [metosin/schema-tools "0.10.2-SNAPSHOT"]] :plugins [[jonase/eastwood "0.2.5"] [lein-doo "0.1.10"] @@ -59,7 +59,7 @@ "-Xmx4096m" "-Dclojure.compiler.direct-linking=true"] :test-paths ["perf-test/clj"] - :dependencies [[compojure "1.6.0"] + :dependencies [[compojure "1.6.1"] [org.immutant/immutant "2.1.10"] [io.pedestal/pedestal.route "0.5.3"] [org.clojure/core.async "0.4.474"]