diff --git a/project.clj b/project.clj index d1bb3645d..53b813098 100644 --- a/project.clj +++ b/project.clj @@ -6,7 +6,7 @@ :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} - :dependencies [[nrepl "0.4.1"] + :dependencies [[nrepl "0.4.2"] ^:source-dep [cider/orchard "0.3.0"] ^:source-dep [thunknyc/profile "0.5.2"] ^:source-dep [mvxcvi/puget "1.0.2"] diff --git a/test/smoketest/project.clj b/test/smoketest/project.clj index 6fe3cc54d..87db4d5c7 100644 --- a/test/smoketest/project.clj +++ b/test/smoketest/project.clj @@ -1,5 +1,5 @@ (defproject smoketest "0.1.0-SNAPSHOT" - :dependencies [[nrepl "0.4.1"] + :dependencies [[nrepl "0.4.2"] [cider/cider-nrepl "0.19.0-SNAPSHOT"]] :exclusions [org.clojure/clojure] :profiles {:1.7 {:dependencies [[org.clojure/clojure "1.7.0"]]}