mirror of
https://github.com/metosin/reitit.git
synced 2025-12-26 11:38:26 +00:00
1.9.0-alpha20 doesn't work with cljs
* emits: return new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [##NaN,##NaN], null); * should: return new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [NaN,NaN], null);
This commit is contained in:
parent
2c00b753c3
commit
1c2cabac45
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
[lein-cloverage "1.0.9"]
|
||||
[lein-codox "0.10.3"]]
|
||||
:jvm-opts ^:replace ["-server"]
|
||||
:dependencies [[org.clojure/clojure "1.9.0-alpha20"]
|
||||
:dependencies [[org.clojure/clojure "1.9.0-alpha19"]
|
||||
[org.clojure/clojurescript "1.9.660"]
|
||||
|
||||
[metosin/spec-tools "0.3.3"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue