Skip to content

Commit

Permalink
add nrepl-server for development
Browse files Browse the repository at this point in the history
  • Loading branch information
wardle committed Mar 7, 2024
1 parent c5d000d commit daaa483
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@
:main-opts ["-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test}

:nrepl-server
{:extra-deps {nrepl/nrepl {:mvn/version "1.0.0"}
cider/cider-nrepl {:mvn/version "0.45.0"}}
:main-opts ["--main" "nrepl.cmdline"
"--middleware" "[cider.nrepl/cider-middleware]"]}

:test/cloverage
{:extra-paths ["test"]
:extra-deps {cloverage/cloverage {:mvn/version "1.2.4"}
Expand Down

0 comments on commit daaa483

Please sign in to comment.