1 2 3 4 5 6 7 8 | {:paths [ "src" "resources" ] :deps {com.datomic/ion {:mvn/version "0.9.26" } org.clojure/data.json {:mvn/version "0.2.6" } org.clojure/clojure {:mvn/version "1.9.0" }} :aliases {:dev {:extra-deps {com.datomic/client-cloud {:mvn/version "0.8.63" } com.datomic/ion-dev {:mvn/version "0.9.176" }}}}} |
In order to do so, invoke cider-jack-in interactively:
C-u M-x cider-jack-inThen, when the REPL command is displayed, use C-a to go to the beginning of the line and add -R:dev (see Clojure Deps and CLI Guide) in order to take into account optional dependencies.