mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
deps
This commit is contained in:
parent
c3a3b923a7
commit
a23cd116b7
2 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
(defproject ring-example "0.1.0-SNAPSHOT"
|
||||
:description "Reitit-http with pedestal"
|
||||
:dependencies [[org.clojure/clojure "1.9.0"]
|
||||
[io.pedestal/pedestal.service "0.5.1"]
|
||||
[io.pedestal/pedestal.jetty "0.5.1"]
|
||||
[io.pedestal/pedestal.service "0.5.4"]
|
||||
[io.pedestal/pedestal.jetty "0.5.4"]
|
||||
[metosin/reitit "0.2.0-SNAPSHOT"]]
|
||||
:repl-options {:init-ns example.server})
|
||||
|
|
|
|||
|
|
@ -81,7 +81,8 @@
|
|||
:dependencies [[compojure "1.6.1"]
|
||||
[ring/ring-defaults "0.3.2"]
|
||||
[ikitommi/immutant-web "3.0.0-alpha1"]
|
||||
[io.pedestal/pedestal.route "0.5.4"]
|
||||
[io.pedestal/pedestal.service "0.5.4"]
|
||||
[io.pedestal/pedestal.jetty "0.5.4"]
|
||||
[org.clojure/core.async "0.4.474"]
|
||||
[metosin/sieppari "0.0.0-alpha4"]
|
||||
[yada "1.2.13"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue