Skip to content

Commit 5c0f211

Browse files
committed
Upgrade Orchard
1 parent c0efb99 commit 5c0f211

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## master (unreleased)
44

5-
## 0.28.2 (2022-02-1)
5+
## 0.28.3 (2022-02-22)
6+
7+
* Upgrade [Orchard to version 0.9.2](https://github.com/clojure-emacs/orchard/blob/v0.9.2/CHANGELOG.md#092-2022-02-22).
8+
9+
## 0.28.2 (2022-02-01)
610

711
Upgrade `tools.trace`.
812

project.clj

Lines changed: 1 addition & 1 deletion
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 "0.9.0"]
11-
^:inline-dep [cider/orchard "0.9.1" :exclusions [com.google.code.findbugs/jsr305 com.google.errorprone/error_prone_annotations]]
11+
^:inline-dep [cider/orchard "0.9.2" :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)