Skip to content

Commit

Permalink
Bump nrepl dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
hypirion committed Jul 9, 2015
1 parent aad0e75 commit 4ab6de9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion leiningen-core/src/leiningen/core/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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]]]
Expand Down
2 changes: 1 addition & 1 deletion leiningen-core/test/leiningen/core/test/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion test/leiningen/test/pom.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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 {})]
Expand Down

0 comments on commit 4ab6de9

Please sign in to comment.