Skip to content

Commit

Permalink
Merge pull request #343 from boot-clj/update-nrepl
Browse files Browse the repository at this point in the history
update to tools.nrepl 0.2.12
  • Loading branch information
micha committed Nov 14, 2015
2 parents a4db0ed + 89ea02c commit 6b26940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot/core/src/boot/repl.clj
Original file line number Diff line number Diff line change
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.12" :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 6b26940

Please sign in to comment.