mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 17:01:11 +00:00
Update jetty-adapter
This commit is contained in:
parent
69aeb9adcc
commit
8fb6582b67
4 changed files with 5 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
(defproject ring-example "0.1.0-SNAPSHOT"
|
(defproject ring-example "0.1.0-SNAPSHOT"
|
||||||
:description "Reitit Http App with Swagger"
|
:description "Reitit Http App with Swagger"
|
||||||
:dependencies [[org.clojure/clojure "1.9.0"]
|
:dependencies [[org.clojure/clojure "1.9.0"]
|
||||||
[ring/ring-jetty-adapter "1.7.0-RC2"]
|
[ring/ring-jetty-adapter "1.7.0"]
|
||||||
|
[aleph "0.4.6"]
|
||||||
[metosin/reitit "0.2.4"]]
|
[metosin/reitit "0.2.4"]]
|
||||||
:repl-options {:init-ns example.server})
|
:repl-options {:init-ns example.server})
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,6 @@
|
||||||
[org.clojure/core.async "0.4.474"]
|
[org.clojure/core.async "0.4.474"]
|
||||||
[funcool/promesa "1.9.0"]
|
[funcool/promesa "1.9.0"]
|
||||||
[manifold "0.1.8"]
|
[manifold "0.1.8"]
|
||||||
[ring/ring-jetty-adapter "1.7.0-RC2"]
|
[ring/ring-jetty-adapter "1.7.0"]
|
||||||
[metosin/reitit "0.2.4"]]
|
[metosin/reitit "0.2.4"]]
|
||||||
:repl-options {:init-ns example.server})
|
:repl-options {:init-ns example.server})
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
(defproject just-coercion-with-ring "0.1.0-SNAPSHOT"
|
(defproject just-coercion-with-ring "0.1.0-SNAPSHOT"
|
||||||
:description "Reitit coercion with vanilla ring"
|
:description "Reitit coercion with vanilla ring"
|
||||||
:dependencies [[org.clojure/clojure "1.9.0"]
|
:dependencies [[org.clojure/clojure "1.9.0"]
|
||||||
[ring/ring-jetty-adapter "1.7.0-RC2"]
|
[ring/ring-jetty-adapter "1.7.0"]
|
||||||
[metosin/muuntaja "0.4.1"]
|
[metosin/muuntaja "0.4.1"]
|
||||||
[metosin/reitit "0.2.4"]])
|
[metosin/reitit "0.2.4"]])
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
(defproject ring-example "0.1.0-SNAPSHOT"
|
(defproject ring-example "0.1.0-SNAPSHOT"
|
||||||
:description "Reitit Ring App"
|
:description "Reitit Ring App"
|
||||||
:dependencies [[org.clojure/clojure "1.9.0"]
|
:dependencies [[org.clojure/clojure "1.9.0"]
|
||||||
[ring/ring-jetty-adapter "1.7.0-RC2"]
|
[ring/ring-jetty-adapter "1.7.0"]
|
||||||
[metosin/reitit "0.2.4"]]
|
[metosin/reitit "0.2.4"]]
|
||||||
:repl-options {:init-ns example.server})
|
:repl-options {:init-ns example.server})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue