diff --git a/leiningen-core/src/leiningen/core/project.clj b/leiningen-core/src/leiningen/core/project.clj index 93741c826..b8a0a35ac 100755 --- a/leiningen-core/src/leiningen/core/project.clj +++ b/leiningen-core/src/leiningen/core/project.clj @@ -336,8 +336,8 @@ :jvm-opts tiered-jvm-opts :test-selectors {:default (with-meta '(constantly true) {:displace true})} - :dependencies '[[org.clojure/tools.nrepl "0.2.2"] - [clojure-complete "0.2.2"]] + :dependencies '[[org.clojure/tools.nrepl "0.2.3"] + [clojure-complete "0.2.3"]] :checkout-deps-shares [:source-paths :test-paths :resource-paths diff --git a/leiningen-core/test/leiningen/core/test/project.clj b/leiningen-core/test/leiningen/core/test/project.clj index f7c57ad12..c02ed57be 100755 --- a/leiningen-core/test/leiningen/core/test/project.clj +++ b/leiningen-core/test/leiningen/core/test/project.clj @@ -40,8 +40,8 @@ [lancet/lancet "1.0.1"] [robert/hooke "1.1.2"] [stencil/stencil "0.2.0"] - [org.clojure/tools.nrepl "0.2.2"] - [clojure-complete/clojure-complete "0.2.2"]], + [org.clojure/tools.nrepl "0.2.3"] + [clojure-complete/clojure-complete "0.2.3"]], :twelve 12 ; testing unquote :repositories [["central" {:url "http://repo1.maven.org/maven2/" diff --git a/test/leiningen/test/pom.clj b/test/leiningen/test/pom.clj index 3f9182dc6..b88e2745b 100644 --- a/test/leiningen/test/pom.clj +++ b/test/leiningen/test/pom.clj @@ -104,7 +104,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.2" "0.2.2"] + (is (= ["1.3.0" "0.9" "1.0.0" "0.2.3" "0.2.3"] (map #(first-in % [:dependency :version]) (deep-content xml [:project :dependencies])))))) @@ -121,7 +121,7 @@ (is (= ["clojure" "rome" "ring" "peridot" "tools.nrepl" "clojure-complete"] (map #(first-in % [:dependency :artifactId]) (deep-content xml [:project :dependencies])))) - (is (= ["1.3.0" "0.9" "1.0.0" "0.0.5" "0.2.2" "0.2.2"] + (is (= ["1.3.0" "0.9" "1.0.0" "0.0.5" "0.2.3" "0.2.3"] (map #(first-in % [:dependency :version]) (deep-content xml [:project :dependencies])))) (is (= [nil nil nil "test" "test" "test"] @@ -141,7 +141,7 @@ (is (= ["clojure" "rome" "ring" "peridot" "tools.nrepl" "clojure-complete"] (map #(first-in % [:dependency :artifactId]) (deep-content xml [:project :dependencies])))) - (is (= ["1.3.0" "0.9" "1.0.0" "0.0.5" "0.2.2" "0.2.2"] + (is (= ["1.3.0" "0.9" "1.0.0" "0.0.5" "0.2.3" "0.2.3"] (map #(first-in % [:dependency :version]) (deep-content xml [:project :dependencies])))) (is (= [nil nil nil "test" "test" "test"] @@ -161,7 +161,7 @@ (is (= ["clojure" "rome" "ring" "peridot" "tools.nrepl" "clojure-complete"] (map #(first-in % [:dependency :artifactId]) (deep-content xml [:project :dependencies])))) - (is (= ["1.3.0" "0.9" "1.0.0" "0.0.5" "0.2.2" "0.2.2"] + (is (= ["1.3.0" "0.9" "1.0.0" "0.0.5" "0.2.3" "0.2.3"] (map #(first-in % [:dependency :version]) (deep-content xml [:project :dependencies])))) (is (= [nil nil nil "provided" "test" "test"] @@ -189,7 +189,7 @@ "tools.nrepl" "clojure-complete"] (map #(first-in % [:dependency :artifactId]) (deep-content xml [:project :dependencies])))) - (is (= ["1.3.0" "0.9" "1.0.0" "0.0.5" "0.2.2" "0.2.2"] + (is (= ["1.3.0" "0.9" "1.0.0" "0.0.5" "0.2.3" "0.2.3"] (map #(first-in % [:dependency :version]) (deep-content xml [:project :dependencies])))) (is (= [nil nil nil "provided" "test" "test"] @@ -230,7 +230,7 @@ (is (= ["clojure" "rome" "ring" "peridot" "tools.nrepl" "clojure-complete"] (map #(first-in % [:dependency :artifactId]) (deep-content xml [:project :dependencies])))) - (is (= ["1.3.0" "0.9" "1.0.0" "0.0.5" "0.2.2" "0.2.2"] + (is (= ["1.3.0" "0.9" "1.0.0" "0.0.5" "0.2.3" "0.2.3"] (map #(first-in % [:dependency :version]) (deep-content xml [:project :dependencies])))) (is (= [nil nil nil "provided" "test" "test"] @@ -257,7 +257,7 @@ (is (= ["clojure" "rome" "ring" "rome" "tools.nrepl" "clojure-complete"] (map #(first-in % [:dependency :artifactId]) (deep-content xml [:project :dependencies])))) - (is (= ["1.3.0" "0.9" "1.0.0" "0.8" "0.2.2" "0.2.2"] + (is (= ["1.3.0" "0.9" "1.0.0" "0.8" "0.2.3" "0.2.3"] (map #(first-in % [:dependency :version]) (deep-content xml [:project :dependencies])))) (is (= [nil nil nil "test" "test" "test"]