mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
deps: bump deps on some examples
This commit is contained in:
parent
06c0fd8566
commit
13e8dd86e5
2 changed files with 5 additions and 5 deletions
|
|
@ -1,8 +1,8 @@
|
|||
(defproject ring-example "0.1.0-SNAPSHOT"
|
||||
:description "Reitit-http with pedestal"
|
||||
:dependencies [[org.clojure/clojure "1.11.1"]
|
||||
[io.pedestal/pedestal.service "0.5.5"]
|
||||
[io.pedestal/pedestal.jetty "0.5.5"]
|
||||
:dependencies [[org.clojure/clojure "1.11.2"]
|
||||
[io.pedestal/pedestal.service "0.6.3"]
|
||||
[io.pedestal/pedestal.jetty "0.6.3"]
|
||||
[metosin/reitit-pedestal "0.7.0-alpha7"]
|
||||
[metosin/reitit "0.7.0-alpha7"]]
|
||||
:repl-options {:init-ns example.server})
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
(defproject ring-example "0.1.0-SNAPSHOT"
|
||||
:description "Reitit Ring App"
|
||||
:dependencies [[org.clojure/clojure "1.10.0"]
|
||||
[ring/ring-jetty-adapter "1.7.1"]
|
||||
:dependencies [[org.clojure/clojure "1.11.2"]
|
||||
[ring/ring-jetty-adapter "1.12.1"]
|
||||
[metosin/reitit "0.7.0-alpha7"]]
|
||||
:repl-options {:init-ns example.server})
|
||||
|
|
|
|||
Loading…
Reference in a new issue