Skip to content

Commit 0590f68

Browse files
committed
Use Orchard 0.23.2
1 parent e845320 commit 0590f68

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@
44

55
### Changes
66

7-
* Bump `orchard` to [0.23.1](https://github.com/clojure-emacs/orchard/blob/v0.23.1/CHANGELOG.md#0231-2024-03-10).
7+
* Bump `orchard` to [0.23.2](https://github.com/clojure-emacs/orchard/blob/v0.23.2/CHANGELOG.md#0232-2024-03-10).
88
* Bump `compliment` to [0.5.2](https://github.com/alexander-yakushev/compliment/blob/951604/CHANGELOG.md#master-unreleased).
99

10+
### Changes
11+
12+
* Bump `orchard` to [0.23.1](https://github.com/clojure-emacs/orchard/blob/v0.23.1/CHANGELOG.md#0231-2024-03-10).
13+
1014
## Bugs fixed
1115

1216
* [#854](https://github.com/clojure-emacs/cider-nrepl/pull/854): fix cider.clj-reload/reload-all and improve its test

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
:url "http://www.eclipse.org/legal/epl-v10.html"}
99
:scm {:name "git" :url "https://github.com/clojure-emacs/cider-nrepl"}
1010
:dependencies [[nrepl "1.0.0"]
11-
[cider/orchard "0.23.0"]
11+
[cider/orchard "0.23.2"]
1212
^:inline-dep [mx.cider/haystack "0.3.3" :exclusions [cider/orchard]]
1313
^:inline-dep [thunknyc/profile "0.5.2"]
1414
^:inline-dep [mvxcvi/puget "1.3.4"]

0 commit comments

Comments
 (0)