Skip to content

Commit 1608c37

Browse files
committed
Bump orchard to 0.11
1 parent 83e4a92 commit 1608c37

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## master (unreleased)
44

5+
### Changes
6+
7+
* Bump `orchard` to 0.11.0 (this adds support for Spec 2).
8+
59
## 0.28.6 (2022-09-19)
610

711
### Changes

project.clj

+1-1
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-
^:inline-dep [cider/orchard "0.10.0" :exclusions [com.google.code.findbugs/jsr305 com.google.errorprone/error_prone_annotations]]
11+
^:inline-dep [cider/orchard "0.11.0" :exclusions [com.google.code.findbugs/jsr305 com.google.errorprone/error_prone_annotations]]
1212
^:inline-dep [thunknyc/profile "0.5.2"]
1313
^:inline-dep [mvxcvi/puget "1.3.1"]
1414
^:inline-dep [fipp ~fipp-version] ; can be removed in unresolved-tree mode

0 commit comments

Comments
 (0)