Skip to content

Commit e7e850a

Browse files
Bump Orchard to 0.27.1
1 parent 75c1152 commit e7e850a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
* [#893](https://github.com/clojure-emacs/cider-nrepl/pull/893): Replace `clojure.tools.trace` with `orchard.trace`.
66
* [#894](https://github.com/clojure-emacs/cider-nrepl/pull/894): Delegate actual macroexpansion to "eval" command in middleware.macroexpand.
7-
* Bump `orchard` to [0.27.0](https://github.com/clojure-emacs/orchard/blob/master/CHANGELOG.md#0270-2024-08-21).
7+
* Bump `orchard` to [0.27.1](https://github.com/clojure-emacs/orchard/blob/master/CHANGELOG.md#0271-2024-08-27).
88
- BREAKING: Remove special handling of Boot classpath.
99

1010
## 0.49.3 (2024-08-13)

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
:url "http://www.eclipse.org/legal/epl-v10.html"}
5252
:scm {:name "git" :url "https://github.com/clojure-emacs/cider-nrepl"}
5353
:dependencies [[nrepl "1.1.1" :exclusions [org.clojure/clojure]]
54-
[cider/orchard "0.27.0" :exclusions [org.clojure/clojure]]
54+
[cider/orchard "0.27.1" :exclusions [org.clojure/clojure]]
5555
^:inline-dep [mx.cider/haystack "0.3.3" :exclusions [cider/orchard]]
5656
^:inline-dep [thunknyc/profile "0.5.2"]
5757
^:inline-dep [mvxcvi/puget "1.3.4" :exclusions [org.clojure/clojure]]

0 commit comments

Comments
 (0)