Skip to content

Commit

Permalink
Bump nrepl version, fixes #1829.
Browse files Browse the repository at this point in the history
  • Loading branch information
hypirion committed Feb 10, 2015
1 parent 6afdab3 commit 6b8e74e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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 @@ -480,7 +480,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.6"
:dependencies '[[org.clojure/tools.nrepl "0.2.7"
: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.6"
[org.clojure/tools.nrepl "0.2.7"
: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.5" :exclusions [ring/ring-core
org.thnetos/cd-client]]
[org.clojure/tools.nrepl "0.2.6"]
[org.clojure/tools.nrepl "0.2.7"]
[clojure-complete "0.2.3"]
;; bump versions of various common transitive deps
[slingshot "0.10.3"]
Expand Down
16 changes: 8 additions & 8 deletions test/leiningen/test/pom.clj
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
(is (= ["clojure" "rome" "ring" "tools.nrepl" "clojure-complete"]
(map #(first-in % [:dependency :artifactId])
(deep-content xml [:project :dependencies]))))
(is (= ["1.3.0" "0.9" "1.0.0" "0.2.6" "0.2.3"]
(is (= ["1.3.0" "0.9" "1.0.0" "0.2.7" "0.2.3"]
(map #(first-in % [:dependency :version])
(deep-content xml [:project :dependencies]))))))

Expand All @@ -127,7 +127,7 @@
(is (= ["clojure" "rome" "ring" "tools.nrepl" "clojure-complete" "peridot"]
(map #(first-in % [:dependency :artifactId])
(deep-content xml [:project :dependencies]))))
(is (= ["1.3.0" "0.9" "1.0.0" "0.2.6" "0.2.3" "0.0.5"]
(is (= ["1.3.0" "0.9" "1.0.0" "0.2.7" "0.2.3" "0.0.5"]
(map #(first-in % [:dependency :version])
(deep-content xml [:project :dependencies]))))
(is (= [nil nil nil "test" "test" "test"]
Expand All @@ -147,7 +147,7 @@
(is (= ["clojure" "rome" "ring" "tools.nrepl" "clojure-complete" "peridot"]
(map #(first-in % [:dependency :artifactId])
(deep-content xml [:project :dependencies]))))
(is (= ["1.3.0" "0.9" "1.0.0" "0.2.6" "0.2.3" "0.0.5"]
(is (= ["1.3.0" "0.9" "1.0.0" "0.2.7" "0.2.3" "0.0.5"]
(map #(first-in % [:dependency :version])
(deep-content xml [:project :dependencies]))))
(is (= [nil nil nil "test" "test" "test"]
Expand All @@ -167,7 +167,7 @@
(is (= ["clojure" "rome" "ring" "tools.nrepl" "clojure-complete" "peridot"]
(map #(first-in % [:dependency :artifactId])
(deep-content xml [:project :dependencies]))))
(is (= ["1.3.0" "0.9" "1.0.0" "0.2.6" "0.2.3" "0.0.5"]
(is (= ["1.3.0" "0.9" "1.0.0" "0.2.7" "0.2.3" "0.0.5"]
(map #(first-in % [:dependency :version])
(deep-content xml [:project :dependencies]))))
(is (= [nil nil nil "test" "test" "provided"]
Expand Down Expand Up @@ -195,7 +195,7 @@
"tools.nrepl" "clojure-complete" "peridot"]
(map #(first-in % [:dependency :artifactId])
(deep-content xml [:project :dependencies]))))
(is (= ["1.3.0" "0.9" "1.0.0" "0.2.6" "0.2.3" "0.0.5"]
(is (= ["1.3.0" "0.9" "1.0.0" "0.2.7" "0.2.3" "0.0.5"]
(map #(first-in % [:dependency :version])
(deep-content xml [:project :dependencies]))))
(is (= [nil nil nil "test" "test" "provided"]
Expand Down Expand Up @@ -236,7 +236,7 @@
(is (= ["clojure" "rome" "ring" "tools.nrepl" "clojure-complete" "peridot"]
(map #(first-in % [:dependency :artifactId])
(deep-content xml [:project :dependencies]))))
(is (= ["1.3.0" "0.9" "1.0.0" "0.2.6" "0.2.3" "0.0.5"]
(is (= ["1.3.0" "0.9" "1.0.0" "0.2.7" "0.2.3" "0.0.5"]
(map #(first-in % [:dependency :version])
(deep-content xml [:project :dependencies]))))
(is (= [nil nil nil "test" "test" "provided"]
Expand All @@ -263,7 +263,7 @@
(is (= ["clojure" "rome" "ring" "tools.nrepl" "clojure-complete"]
(map #(first-in % [:dependency :artifactId])
(deep-content xml [:project :dependencies]))))
(is (= ["1.3.0" "0.8" "1.0.0" "0.2.6" "0.2.3"]
(is (= ["1.3.0" "0.8" "1.0.0" "0.2.7" "0.2.3"]
(map #(first-in % [:dependency :version])
(deep-content xml [:project :dependencies]))))
(is (= [nil "test" nil "test" "test"]
Expand Down Expand Up @@ -357,4 +357,4 @@
(is (snapshot? {:version "fooSNAPSHOTbar"})))
(testing "Version containing anything else is not a snapshot "
(is (not (snapshot? {:version "foo"})))
(is (not (snapshot? nil)))))
(is (not (snapshot? nil)))))

0 comments on commit 6b8e74e

Please sign in to comment.