replikativ / hitchhiker-tree

Functional, persistent, off-heap, high performance data structure
Eclipse Public License 1.0
44 stars 19 forks source link

Add nrepl dependencies to ensure repl can easily be started #19

Closed groundedsage closed 3 years ago

groundedsage commented 3 years ago

Avoids an error from nrepl due to changes in JDK. https://github.com/clojure-emacs/orchard/issues/100

Uses a known working version of nrepl/nrepl and cider/cider-nrepl when running with the dev alias.

TimoKramer commented 3 years ago

@groundedSAGE should we close that?

groundedsage commented 3 years ago

@TimoKramer Yes. There is still a lot of changes happening with the ClojureScript support so I will open a new one later.