|
@@ -1,9 +1,9 @@
|
|
(defproject hello "reitit"
|
|
(defproject hello "reitit"
|
|
:description "Immutant, Reitit, Jsonista"
|
|
:description "Immutant, Reitit, Jsonista"
|
|
- :dependencies [[org.clojure/clojure "1.9.0"]
|
|
|
|
|
|
+ :dependencies [[org.clojure/clojure "1.10.0"]
|
|
[ikitommi/immutant-web "3.0.0-alpha1"]
|
|
[ikitommi/immutant-web "3.0.0-alpha1"]
|
|
- [metosin/jsonista "0.2.0"]
|
|
|
|
- [metosin/reitit "0.1.1-20180425.095607-7"]]
|
|
|
|
|
|
+ [metosin/jsonista "0.2.2"]
|
|
|
|
+ [metosin/reitit "0.2.12"]]
|
|
:jvm-opts ^:replace ["-Dclojure.compiler.direct-linking=true"]
|
|
:jvm-opts ^:replace ["-Dclojure.compiler.direct-linking=true"]
|
|
:main hello.handler
|
|
:main hello.handler
|
|
:aot :all)
|
|
:aot :all)
|