diff --git a/.circleci/config.yml b/.circleci/config.yml index 58af347..234a5c4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,7 +16,7 @@ jobs: command: sudo apt-get update && sudo apt-get install -y nodejs - run: name: Download Dependencies - command: clojure -P -A:test:runner:cljs-runner:eastwood:readme && clojure -P -A:1.9 + command: clojure -P -M:test:runner:cljs-runner:eastwood:readme && clojure -P -M:1.9 - save_cache: paths: - ~/.m2 diff --git a/deps.edn b/deps.edn index 92506fd..a5ab324 100644 --- a/deps.edn +++ b/deps.edn @@ -17,7 +17,7 @@ :main-opts ["-m" "cljs-test-runner.main"]} :readme {:extra-deps {seancorfield/readme {:mvn/version "1.0.16"}} :main-opts ["-m" "seancorfield.readme"]} - :eastwood {:extra-deps {jonase/eastwood {:mvn/version "RELEASE"}} + :eastwood {:extra-deps {jonase/eastwood {:mvn/version "0.3.13"}} :main-opts ["-m" "eastwood.lint" "{:source-paths,[\"src\"]}"]} :jar {:replace-deps {seancorfield/depstar {:mvn/version "2.0.171"}} :exec-fn hf.depstar/jar