Bump nrepl dependency.

This commit is contained in:
Jean Niklas L'orange 2015-07-09 15:32:01 +02:00
parent aad0e7509d
commit 4ab6de9b9c
4 changed files with 4 additions and 4 deletions

View file

@ -481,7 +481,7 @@
:test-selectors {:default (with-meta '(constantly true)
{:displace true})}
;; bump deps in leiningen's own project.clj with these
:dependencies '[[org.clojure/tools.nrepl "0.2.9"
:dependencies '[[org.clojure/tools.nrepl "0.2.10"
:exclusions [org.clojure/clojure]]
[clojure-complete "0.2.3"
:exclusions [org.clojure/clojure]]]

View file

@ -41,7 +41,7 @@
[lancet/lancet "1.0.1"]
[robert/hooke "1.1.2"]
[stencil/stencil "0.2.0"]
[org.clojure/tools.nrepl "0.2.9"
[org.clojure/tools.nrepl "0.2.10"
:exclusions [[org.clojure/clojure]]
:scope "test"]
[clojure-complete/clojure-complete "0.2.3"

View file

@ -19,7 +19,7 @@
jakarta-regexp]]
[reply "0.3.6" :exclusions [ring/ring-core
org.thnetos/cd-client]]
[org.clojure/tools.nrepl "0.2.9"]
[org.clojure/tools.nrepl "0.2.10"]
[clojure-complete "0.2.3"]
;; bump versions of various common transitive deps
[slingshot "0.10.3"]

View file

@ -10,7 +10,7 @@
[leiningen.core.project :as project]
[leiningen.core.main :as main]))
(def nrepl-vsn "0.2.9") ;; bump me when tools.nrepl is bumped
(def nrepl-vsn "0.2.10") ;; bump me when tools.nrepl is bumped
(use-fixtures :once (fn [f]
(with-redefs [user/profiles (constantly {})]