Skip to content

Commit 8a4d01a

Browse files
committed
Use Haystack 0.3.0
1 parent 247071b commit 8a4d01a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

33
## master (unreleased)
44

5+
* Bump `haystack` to [0.3.0](https://github.com/clojure-emacs/haystack/blob/v0.3.0/CHANGELOG.md#030-2023-09-29).
6+
7+
### Changes
8+
59
### Bugs Fixed
610

711
* `info` and `eldoc` ops: fix regression for the special form `..`.

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
:scm {:name "git" :url "https://github.com/clojure-emacs/cider-nrepl"}
1010
:dependencies [[nrepl "1.0.0"]
1111
^:inline-dep [cider/orchard "0.15.1" :exclusions [com.google.code.findbugs/jsr305 com.google.errorprone/error_prone_annotations]]
12-
^:inline-dep [mx.cider/haystack "0.2.0"]
12+
^:inline-dep [mx.cider/haystack "0.3.0"]
1313
^:inline-dep [thunknyc/profile "0.5.2"]
1414
^:inline-dep [mvxcvi/puget "1.3.4"]
1515
^:inline-dep [fipp ~fipp-version] ; can be removed in unresolved-tree mode

0 commit comments

Comments
 (0)