File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/cider/nrepl/middleware Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
^:inline-dep [thunknyc/profile " 0.5.2" ]
10
10
^:inline-dep [mvxcvi/puget " 1.3.1" ]
11
11
^:inline-dep [fipp " 0.6.23" ] ; can be removed in unresolved-tree mode
12
- ^:inline-dep [compliment " 0.3.10 " ]
12
+ ^:inline-dep [compliment " 0.3.11 " ]
13
13
^:inline-dep [org.rksm/suitable " 0.3.5" :exclusions [org.clojure/clojurescript]]
14
14
^:inline-dep [cljfmt " 0.6.8" :exclusions [org.clojure/clojurescript]]
15
15
^:inline-dep [org.clojure/tools.namespace " 1.0.0" ]
Original file line number Diff line number Diff line change 157
157
[env]
158
158
(into {} (for [[sym bind] (filter-env env)
159
159
:when (instance? Compiler$LocalBinding bind)]
160
- [`(quote ~sym) (.sym bind)])))
160
+ [`(quote ~sym) (.sym ^Compiler$LocalBinding bind)])))
161
161
162
162
; ;;; ## Getting user input
163
163
; ;;
You can’t perform that action at this time.
0 commit comments