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
<preclass="highlightjs highlight"><codeclass="language-clj hljs" data-lang="clj"> :dependencies [[cider/cider-nrepl "0.43.0"] ;; mandatory (unless it's inherited from deps.edn or otherwise present in the classpath of shadow-cljs's JVM process)
528
+
<preclass="highlightjs highlight"><codeclass="language-clj hljs" data-lang="clj"> :dependencies [[cider/cider-nrepl "0.43.1"] ;; mandatory (unless it's inherited from deps.edn or otherwise present in the classpath of shadow-cljs's JVM process)
529
529
[refactor-nrepl/refactor-nrepl "3.9.0"]] ;; refactor-nrepl is optional
530
530
531
531
:nrepl {:middleware [cider.nrepl/cider-middleware ;; it's advisable to explicitly add this middleware. It's automatically added by shadow-cljs (if available in the classpath), unless `:nrepl {:cider false}`
0 commit comments