From 096b892abf1c7e7005a62c37a261797b06bb0b37 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Tue, 19 Mar 2019 16:48:58 +0200 Subject: [PATCH] Update nREPL to 0.6 --- CHANGES.md | 2 +- boot/pod/src/boot/repl.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c6a032c8..4db3d2d7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,7 +5,7 @@ #### Improved - Updated REPL-y to 0.4.3. -- Updated nREPL to 0.5.3. +- Updated nREPL to 0.6.0. ## 2.8.2 diff --git a/boot/pod/src/boot/repl.clj b/boot/pod/src/boot/repl.clj index 94bb4b89..4abfb624 100644 --- a/boot/pod/src/boot/repl.clj +++ b/boot/pod/src/boot/repl.clj @@ -8,7 +8,7 @@ [boot.from.io.aviso.exception :refer [*fonts*]])) (def ^:dynamic *default-dependencies* - (atom '[[nrepl/nrepl "0.5.3"]])) + (atom '[[nrepl/nrepl "0.6.0"]])) (defn ^:private disable-exception-colors [handler]