We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929cd27 commit 7b07a92Copy full SHA for 7b07a92
project.clj
@@ -1,11 +1,11 @@
1
-(defproject cider/cider-nrepl "0.25.0"
+(defproject cider/cider-nrepl "0.25.1"
2
:description "A collection of nREPL middlewares designed to enhance Clojure editors."
3
:url "https://github.com/clojure-emacs/cider-nrepl"
4
:license {:name "Eclipse Public License"
5
:url "http://www.eclipse.org/legal/epl-v10.html"}
6
:scm {:name "git" :url "https://github.com/clojure-emacs/cider-nrepl"}
7
:dependencies [[nrepl "0.7.0"]
8
- ^:inline-dep [cider/orchard "0.5.9"]
+ ^:inline-dep [cider/orchard "0.5.10"]
9
^:inline-dep [thunknyc/profile "0.5.2"]
10
^:inline-dep [mvxcvi/puget "1.3.0"]
11
^:inline-dep [fipp "0.6.23"] ; can be removed in unresolved-tree mode
0 commit comments