Bump reply version for a few issues

Duplicate printing on reader errors, moving to the official & now
up-to-date jline, and explicitly using System/out & System/in.
This commit is contained in:
Colin Jones 2012-08-27 20:04:10 -05:00
parent 2b4b60a797
commit 1843348d12
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
:exclusions [org.apache.maven/maven-model
org.sonatype.aether/aether-api
org.sonatype.aether/aether-util]]
[reply "0.1.0-beta10" :exclusions [ring/ring-core]]
[reply "0.1.0-beta11" :exclusions [ring/ring-core]]
[clj-http "0.4.2"]]
;; checkout-deps don't work with :eval-in :leiningen
:profiles {:dev {:resource-paths ["leiningen-core/dev-resources"]

View file

@ -25,7 +25,7 @@
:exclusions [org.clojure/clojure]]]})
(def trampoline-profile {:dependencies '[^:displace
[reply "0.1.0-beta10"
[reply "0.1.0-beta11"
:exclusions [org.clojure/clojure]]]})
(defn- handler-for [{{:keys [nrepl-middleware nrepl-handler]} :repl-options}]