File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 7
7
* [ #721 ] ( https://github.com/clojure-emacs/cider-nrepl/issues/721 ) : ` middleware.macroexpand ` : support a corner case for tools.deps.
8
8
* [ #735 ] ( https://github.com/clojure-emacs/cider-nrepl/issues/735 ) : ` middleware.test.extensions ` : make ` :actual ` reporting clearer.
9
9
* [ #737 ] ( https://github.com/clojure-emacs/cider-nrepl/pull/737 ) : Fix a regression in ` middleware.out ` that could result in duplicate output.
10
+ * Update ` orchard ` to 0.8, which addresses a bunch of dynapath-related classloader issues. Navigation to Java sources should work more reliably now.
10
11
11
12
## 0.27.3 (2021-12-07)
12
13
Original file line number Diff line number Diff line change 5
5
:url " http://www.eclipse.org/legal/epl-v10.html" }
6
6
:scm {:name " git" :url " https://github.com/clojure-emacs/cider-nrepl" }
7
7
:dependencies [[nrepl " 0.8.3" ]
8
- ^:inline-dep [cider/orchard " 0.7.3 " :exclusions [com.google.code.findbugs/jsr305 com.google.errorprone/error_prone_annotations]]
8
+ ^:inline-dep [cider/orchard " 0.8.0 " :exclusions [com.google.code.findbugs/jsr305 com.google.errorprone/error_prone_annotations]]
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.24" ] ; can be removed in unresolved-tree mode
You can’t perform that action at this time.
0 commit comments