mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
deps: bump clojure version in examples
This commit is contained in:
parent
f41d555b62
commit
59df1f995b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
(defproject openapi "0.1.0-SNAPSHOT"
|
||||
:description "Reitit OpenAPI example"
|
||||
:dependencies [[org.clojure/clojure "1.10.0"]
|
||||
:dependencies [[org.clojure/clojure "1.11.2"]
|
||||
[metosin/jsonista "0.2.6"]
|
||||
[ring/ring-jetty-adapter "1.7.1"]
|
||||
[metosin/reitit "0.7.0-alpha7"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue