Skip to content

Instantly share code, notes, and snippets.

View nimitmaru's full-sized avatar

Nimit Maru nimitmaru

View GitHub Profile
@thickey
thickey / cider+deps.md
Last active March 9, 2023 17:47
Cider jack-in with tools.deps

Instructions

Note: you must have Cider version 0.18.*

For pure tools.deps (non-lein)

In deps.edn

{:paths ["src" "resources"]
 :deps {org.clojure/clojure {:mvn/version "1.9.0"}}