From 3439bb6c48ac6aba233eca011601297caca5392d Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sun, 31 Jan 2021 06:08:14 -0800 Subject: [PATCH] More CLI tweaking for CircleCI --- .circleci/config.yml | 2 +- deps.edn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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