mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +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]
|
||||
[expound]
|
||||
[fipp]
|
||||
[org.clojure/core.rrb-vector]
|
||||
[mvxcvi/arrangement]])
|
||||
|
|
|
|||
|
|
@ -45,6 +45,8 @@
|
|||
|
||||
[meta-merge "1.0.0"]
|
||||
[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"]
|
||||
[lambdaisland/deep-diff "0.0-47"]
|
||||
[com.bhauman/spell-spec "0.1.2"]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
for i in modules/*; do
|
||||
cd $i
|
||||
clojure -J-Dclojure.main.report=stderr -Tcljdoc-analyzer analyze-local
|
||||
|
|
|
|||
Loading…
Reference in a new issue