From c275dc017898dc4a11bfb2deb5da1dd4a3b366d5 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sat, 16 Dec 2017 16:50:30 +0200 Subject: [PATCH] Bump the version of nREPL I guess that's self-explanatory. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index f6c7646..9228ce9 100644 --- a/project.clj +++ b/project.clj @@ -4,4 +4,4 @@ :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.8.0"] - [org.clojure/tools.nrepl "0.2.12"]]) + [org.clojure/tools.nrepl "0.2.13"]])