diff --git a/examples/http-swagger/project.clj b/examples/http-swagger/project.clj index 76594905..1e79f247 100644 --- a/examples/http-swagger/project.clj +++ b/examples/http-swagger/project.clj @@ -2,5 +2,5 @@ :description "Reitit Http App with Swagger" :dependencies [[org.clojure/clojure "1.9.0"] [ring/ring-jetty-adapter "1.7.0-RC2"] - [metosin/reitit "0.2.1"]] + [metosin/reitit "0.2.2-SNAPSHOT"]] :repl-options {:init-ns example.server}) diff --git a/examples/http/project.clj b/examples/http/project.clj index a8c6efad..0473bf65 100644 --- a/examples/http/project.clj +++ b/examples/http/project.clj @@ -5,5 +5,5 @@ [funcool/promesa "1.9.0"] [manifold "0.1.8"] [ring/ring-jetty-adapter "1.7.0-RC2"] - [metosin/reitit "0.2.1"]] + [metosin/reitit "0.2.2-SNAPSHOT"]] :repl-options {:init-ns example.server}) diff --git a/examples/pedestal-swagger/project.clj b/examples/pedestal-swagger/project.clj index 1bfb2525..cec7f29e 100644 --- a/examples/pedestal-swagger/project.clj +++ b/examples/pedestal-swagger/project.clj @@ -3,5 +3,5 @@ :dependencies [[org.clojure/clojure "1.9.0"] [io.pedestal/pedestal.service "0.5.4"] [io.pedestal/pedestal.jetty "0.5.4"] - [metosin/reitit "0.2.1"]] + [metosin/reitit "0.2.2-SNAPSHOT"]] :repl-options {:init-ns example.server}) diff --git a/examples/pedestal/project.clj b/examples/pedestal/project.clj index 1bfb2525..cec7f29e 100644 --- a/examples/pedestal/project.clj +++ b/examples/pedestal/project.clj @@ -3,5 +3,5 @@ :dependencies [[org.clojure/clojure "1.9.0"] [io.pedestal/pedestal.service "0.5.4"] [io.pedestal/pedestal.jetty "0.5.4"] - [metosin/reitit "0.2.1"]] + [metosin/reitit "0.2.2-SNAPSHOT"]] :repl-options {:init-ns example.server}) diff --git a/examples/ring-spec-swagger/project.clj b/examples/ring-spec-swagger/project.clj index 75c21ab6..ad0091aa 100644 --- a/examples/ring-spec-swagger/project.clj +++ b/examples/ring-spec-swagger/project.clj @@ -2,5 +2,5 @@ :description "Reitit Ring App with Swagger" :dependencies [[org.clojure/clojure "1.9.0"] [ring/ring-jetty-adapter "1.7.0-RC2"] - [metosin/reitit "0.2.1"]] + [metosin/reitit "0.2.2-SNAPSHOT"]] :repl-options {:init-ns example.server}) diff --git a/examples/ring-swagger/project.clj b/examples/ring-swagger/project.clj index 75c21ab6..ad0091aa 100644 --- a/examples/ring-swagger/project.clj +++ b/examples/ring-swagger/project.clj @@ -2,5 +2,5 @@ :description "Reitit Ring App with Swagger" :dependencies [[org.clojure/clojure "1.9.0"] [ring/ring-jetty-adapter "1.7.0-RC2"] - [metosin/reitit "0.2.1"]] + [metosin/reitit "0.2.2-SNAPSHOT"]] :repl-options {:init-ns example.server})