You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure you add the newer nREPL dependency to the `:dependencies` key instead
1041
+
of `:plugins` (where `cider-nrepl` Lein plugin resides). That's a pretty common
1042
+
mistake.
1043
+
1040
1044
Generally you're advised to use the newest nREPL with CIDER, as bugs get fixed
1041
1045
in pretty much every release.
1042
1046
1047
+
Note, that running `cider-jack-in` from outside the scope of a project will
1048
+
result in the **older (0.2.6) nREPL dependency being used** (at least on Leiningen
1049
+
2.5.1). This is likely a Leiningen bug.
1050
+
1043
1051
## Documentation
1044
1052
1045
1053
A single-page quick reference PDF for CIDER commands is available [here](doc/cider-refcard.pdf). This PDF can be created manually by running `pdflatex` on [the CIDER refcard LaTeX file](doc/cider-refcard.tex).
0 commit comments