Skip to content

Commit

Permalink
Bump orchard
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jun 4, 2020
1 parent 929cd27 commit 7b07a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
(defproject cider/cider-nrepl "0.25.0"
(defproject cider/cider-nrepl "0.25.1"
:description "A collection of nREPL middlewares designed to enhance Clojure editors."
:url "https://github.com/clojure-emacs/cider-nrepl"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:scm {:name "git" :url "https://github.com/clojure-emacs/cider-nrepl"}
:dependencies [[nrepl "0.7.0"]
^:inline-dep [cider/orchard "0.5.9"]
^:inline-dep [cider/orchard "0.5.10"]
^:inline-dep [thunknyc/profile "0.5.2"]
^:inline-dep [mvxcvi/puget "1.3.0"]
^:inline-dep [fipp "0.6.23"] ; can be removed in unresolved-tree mode
Expand Down

0 comments on commit 7b07a92

Please sign in to comment.