Skip to content

Instantly share code, notes, and snippets.

@orb
Created January 10, 2022 03:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orb/78660a8263ec87f5bbe19d7df9cdec40 to your computer and use it in GitHub Desktop.
Save orb/78660a8263ec87f5bbe19d7df9cdec40 to your computer and use it in GitHub Desktop.
nrepl deps
{:deps
{nrepl/nrepl {:mvn/version "0.9.0"}
refactor-nrepl/refactor-nrepl {:mvn/version "3.1.0"}
cider/cider-nrepl {:mvn/version "0.27.4"}}
:aliases
{:cider/nrepl
{:main-opts ["-m" "nrepl.cmdline" "-s" "nrepl-test.sock" "--middleware"
"[refactor-nrepl.middleware/wrap-refactor,cider.nrepl/cider-middleware]"]}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment