Skip to content

Commit 40f3d4b

Browse files
Bump Orchard to 0.30.1
1 parent 7e844c4 commit 40f3d4b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unreleased)
44

5+
* Bump `orchard` to [0.30.1](https://github.com/clojure-emacs/orchard/blob/master/CHANGELOG.md#0301-2025-02-24).
6+
57
## 0.52.0 (2025-01-10)
68

79
* Bump `orchard` to [0.30.0](https://github.com/clojure-emacs/orchard/blob/master/CHANGELOG.md#0300-2025-01-10).

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
:url "http://www.eclipse.org/legal/epl-v10.html"}
2222
:scm {:name "git" :url "https://github.com/clojure-emacs/cider-nrepl"}
2323
:dependencies [[nrepl/nrepl "1.3.1" :exclusions [org.clojure/clojure]]
24-
[cider/orchard "0.30.0" :exclusions [org.clojure/clojure]]
24+
[cider/orchard "0.30.1" :exclusions [org.clojure/clojure]]
2525
^:inline-dep [mx.cider/haystack "0.3.3" :exclusions [cider/orchard]]
2626
^:inline-dep [thunknyc/profile "0.5.2"]
2727
^:inline-dep [mvxcvi/puget "1.3.4" :exclusions [org.clojure/clojure]]

0 commit comments

Comments
 (0)