Skip to content

Commit

Permalink
Bump orchard to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Oct 25, 2022
1 parent 83e4a92 commit 1608c37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## master (unreleased)

### Changes

* Bump `orchard` to 0.11.0 (this adds support for Spec 2).

## 0.28.6 (2022-09-19)

### Changes
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:url "http://www.eclipse.org/legal/epl-v10.html"}
:scm {:name "git" :url "https://github.com/clojure-emacs/cider-nrepl"}
:dependencies [[nrepl "1.0.0"]
^:inline-dep [cider/orchard "0.10.0" :exclusions [com.google.code.findbugs/jsr305 com.google.errorprone/error_prone_annotations]]
^:inline-dep [cider/orchard "0.11.0" :exclusions [com.google.code.findbugs/jsr305 com.google.errorprone/error_prone_annotations]]
^:inline-dep [thunknyc/profile "0.5.2"]
^:inline-dep [mvxcvi/puget "1.3.1"]
^:inline-dep [fipp ~fipp-version] ; can be removed in unresolved-tree mode
Expand Down

0 comments on commit 1608c37

Please sign in to comment.