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
Copy file name to clipboardexpand all lines: doc/modules/ROOT/pages/cljs/shadow-cljs.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ And connect to it with `cider-connect`.
62
62
...For that to work, `shadow-cljs.edn` contents like the following are assumed:
63
63
64
64
```clj
65
-
:dependencies [[cider/cider-nrepl "0.52.1"] ;; mandatory (unless it's inherited from deps.edn or otherwise present in the classpath of shadow-cljs's JVM process)
65
+
:dependencies [[cider/cider-nrepl "0.53.0"] ;; mandatory (unless it's inherited from deps.edn or otherwise present in the classpath of shadow-cljs's JVM process)
66
66
[refactor-nrepl/refactor-nrepl "3.9.0"]] ;; refactor-nrepl is optional
67
67
68
68
: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