mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 08:51:12 +00:00
Reitit-dev fixes
This commit is contained in:
parent
ac410507f2
commit
cf5906030a
3 changed files with 5 additions and 0 deletions
|
|
@ -12,4 +12,5 @@
|
||||||
[com.bhauman/spell-spec]
|
[com.bhauman/spell-spec]
|
||||||
[expound]
|
[expound]
|
||||||
[fipp]
|
[fipp]
|
||||||
|
[org.clojure/core.rrb-vector]
|
||||||
[mvxcvi/arrangement]])
|
[mvxcvi/arrangement]])
|
||||||
|
|
|
||||||
|
|
@ -45,6 +45,8 @@
|
||||||
|
|
||||||
[meta-merge "1.0.0"]
|
[meta-merge "1.0.0"]
|
||||||
[fipp "0.6.26" :exclusions [org.clojure/core.rrb-vector]]
|
[fipp "0.6.26" :exclusions [org.clojure/core.rrb-vector]]
|
||||||
|
;; Deep-diff uses this version, override olders versiom from fipp.
|
||||||
|
[org.clojure/core.rrb-vector "0.0.14"]
|
||||||
[expound "0.9.0"]
|
[expound "0.9.0"]
|
||||||
[lambdaisland/deep-diff "0.0-47"]
|
[lambdaisland/deep-diff "0.0-47"]
|
||||||
[com.bhauman/spell-spec "0.1.2"]
|
[com.bhauman/spell-spec "0.1.2"]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
for i in modules/*; do
|
for i in modules/*; do
|
||||||
cd $i
|
cd $i
|
||||||
clojure -J-Dclojure.main.report=stderr -Tcljdoc-analyzer analyze-local
|
clojure -J-Dclojure.main.report=stderr -Tcljdoc-analyzer analyze-local
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue