mirror of
https://github.com/metosin/reitit.git
synced 2026-01-10 00:59:51 +00:00
Some checks are pending
testsuite / Clojure 11 (Java 11) (push) Waiting to run
testsuite / Clojure 11 (Java 17) (push) Waiting to run
testsuite / Clojure 11 (Java 21) (push) Waiting to run
testsuite / Clojure 11 (Java 25) (push) Waiting to run
testsuite / Clojure 12 (Java 11) (push) Waiting to run
testsuite / Clojure 12 (Java 17) (push) Waiting to run
testsuite / Clojure 12 (Java 21) (push) Waiting to run
testsuite / Clojure 12 (Java 25) (push) Waiting to run
testsuite / ClojureScript (push) Waiting to run
testsuite / Lint cljdoc.edn (push) Waiting to run
testsuite / Check cljdoc analysis (push) Waiting to run
8 lines
392 B
Clojure
8 lines
392 B
Clojure
(defproject ring-malli-lite-swagger "0.1.0-SNAPSHOT"
|
|
:description "Reitit Ring App with Swagger"
|
|
:dependencies [[org.clojure/clojure "1.11.2"]
|
|
[metosin/jsonista "0.3.8"]
|
|
[ring/ring-jetty-adapter "1.12.1"]
|
|
[metosin/reitit "0.10.0"]]
|
|
:repl-options {:init-ns example.server}
|
|
:profiles {:dev {:dependencies [[ring/ring-mock "0.4.0"]]}})
|