Skip to content

Commit 080c92e

Browse files
committed
Use Orchard 0.15.1
1 parent 6968770 commit 080c92e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* `analyzer`: include a `:compile-like` key which indicates if the error happened at a "compile-like" phase.
66
* It represents exceptions that happen at runtime (and therefore never include a `:phase`) which however, represent code that cannot possibly work, and therefore are a "compile-like" exception (i.e. a linter could have caught them).
77
* The set of conditions which are considered a 'compile-like' exception is private and subject to change.
8+
* Use Orchard [0.15.1](https://github.com/clojure-emacs/orchard/blob/v0.15.1/CHANGELOG.md#0151-2023-09-21).
89

910
## 0.2.0 (2023-08-20)
1011

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:url "https://github.com/clojure-emacs/haystack"
77
:license {:name "Eclipse Public License"
88
:url "https://www.eclipse.org/legal/epl-v10.html"}
9-
:dependencies [[cider/orchard "0.11.0"]
9+
:dependencies [[cider/orchard "0.15.1"]
1010
[instaparse "1.4.12" :exclusions [org.clojure/clojure]]]
1111
:pedantic? ~(if (System/getenv "CI")
1212
:abort

0 commit comments

Comments
 (0)