File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -637,7 +637,7 @@ The result entries are relative to the classpath."
637
637
(cider-ensure-op-supported " fn-refs" )
638
638
(thread-first `(" op" " fn-refs"
639
639
" ns" , ns
640
- " symbol " , sym )
640
+ " sym " , sym )
641
641
(cider-nrepl-send-sync-request)
642
642
(nrepl-dict-get " fn-refs" )))
643
643
@@ -646,7 +646,7 @@ The result entries are relative to the classpath."
646
646
(cider-ensure-op-supported " fn-deps" )
647
647
(thread-first `(" op" " fn-deps"
648
648
" ns" , ns
649
- " symbol " , sym )
649
+ " sym " , sym )
650
650
(cider-nrepl-send-sync-request)
651
651
(nrepl-dict-get " fn-deps" )))
652
652
Original file line number Diff line number Diff line change 43
43
" Perform nREPL \" resource\" op with NS and SYM."
44
44
(thread-first `(" op" " clojuredocs-lookup"
45
45
" ns" , ns
46
- " symbol " , sym )
46
+ " sym " , sym )
47
47
(cider-nrepl-send-sync-request)
48
48
(nrepl-dict-get " clojuredocs" )))
49
49
Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ Elements of the list are artifact name and list of exclusions to apply for the a
404
404
(defconst cider-latest-clojure-version " 1.10.0"
405
405
" Latest supported version of Clojure." )
406
406
407
- (defconst cider-required-middleware-version " 0.22.0-beta12 "
407
+ (defconst cider-required-middleware-version " 0.22.0-beta13 "
408
408
" The CIDER nREPL version that's known to work properly with CIDER." )
409
409
410
410
(defcustom cider-jack-in-auto-inject-clojure nil
You can’t perform that action at this time.
0 commit comments