Skip to content

Commit

Permalink
update to tools.nrepl 0.2.11
Browse files Browse the repository at this point in the history
in contrast to 0.2.8 this version supports evaluation
of forms containing reader conditionals
  • Loading branch information
martinklepsch committed Nov 13, 2015
1 parent 963c597 commit bb26999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot/core/src/boot/repl.clj
Expand Up @@ -2,7 +2,7 @@
(:require [boot.util :as util]))

(def ^:dynamic *default-dependencies*
(atom '[[org.clojure/tools.nrepl "0.2.8" :exclusions [[org.clojure/clojure]]]]))
(atom '[[org.clojure/tools.nrepl "0.2.11" :exclusions [[org.clojure/clojure]]]]))

(def ^:dynamic *default-middleware*
(atom (if-not @util/*colorize?* [] ['boot.from.io.aviso.nrepl/pretty-middleware])))
Expand Down

0 comments on commit bb26999

Please sign in to comment.