From bf709d1fafeaf128b3d8348ac387599f8c49b9b9 Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Thu, 17 Jan 2019 19:22:21 +0200 Subject: [PATCH] spec-tools 0.8.3 --- CHANGELOG.md | 9 ++++++++- project.clj | 5 +++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5602b12..5cff78dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,5 @@ ## UNRELEASED - ### `reitit-core` * `reitit.core/Expand` can be extended, fixes [#201](https://github.com/metosin/reitit/issues/201). @@ -15,6 +14,14 @@ * new options `:inject-match?` and `:inject-router?` on `reitit.http/ring-handler` and `reitit.http/routing-interceptor` to optionally not to inject `Router` and `Match` into the request. See [performance guide](https://metosin.github.io/reitit/performance.html#faster!) for details. +### dependencies + +* updated: + +```clj +[metosin/spec-tools "0.8.3"] is available but we use "0.8.2" +``` + ## 0.2.10 (2018-12-30) ### `reitit-core` diff --git a/project.clj b/project.clj index 65ca3636..b20e849d 100644 --- a/project.clj +++ b/project.clj @@ -10,6 +10,7 @@ :metadata {:doc/format :markdown}} :scm {:name "git" :url "https://github.com/metosin/reitit"} + :javac-options ["-Xlint:unchecked" "-target" "1.7" "-source" "1.7"] :managed-dependencies [[metosin/reitit "0.2.10"] [metosin/reitit-core "0.2.10"] [metosin/reitit-spec "0.2.10"] @@ -24,7 +25,7 @@ [metosin/reitit-sieppari "0.2.10"] [metosin/reitit-pedestal "0.2.10"] [metosin/ring-swagger-ui "2.2.10"] - [metosin/spec-tools "0.8.2"] + [metosin/spec-tools "0.8.3"] [metosin/schema-tools "0.10.5"] [metosin/muuntaja "0.6.3"] [metosin/jsonista "0.2.2"] @@ -101,7 +102,7 @@ [ikitommi/immutant-web "3.0.0-alpha1"] [io.pedestal/pedestal.service "0.5.5"] [io.pedestal/pedestal.jetty "0.5.5"] - [calfpath "0.7.1"] + [calfpath "0.7.2"] [org.clojure/core.async "0.4.490"] [manifold "0.1.8"] [funcool/promesa "1.9.0"]