Skip to content

Commit 7b07a92

Browse files
committed
Bump orchard
See clojure-emacs/orchard#91
1 parent 929cd27 commit 7b07a92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
(defproject cider/cider-nrepl "0.25.0"
1+
(defproject cider/cider-nrepl "0.25.1"
22
:description "A collection of nREPL middlewares designed to enhance Clojure editors."
33
:url "https://github.com/clojure-emacs/cider-nrepl"
44
:license {:name "Eclipse Public License"
55
:url "http://www.eclipse.org/legal/epl-v10.html"}
66
:scm {:name "git" :url "https://github.com/clojure-emacs/cider-nrepl"}
77
:dependencies [[nrepl "0.7.0"]
8-
^:inline-dep [cider/orchard "0.5.9"]
8+
^:inline-dep [cider/orchard "0.5.10"]
99
^:inline-dep [thunknyc/profile "0.5.2"]
1010
^:inline-dep [mvxcvi/puget "1.3.0"]
1111
^:inline-dep [fipp "0.6.23"] ; can be removed in unresolved-tree mode

0 commit comments

Comments
 (0)