From 8fd028e8965384e4571d781202958debc87b4053 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sun, 1 Nov 2015 18:34:46 +0200 Subject: [PATCH] Bump the nREPL dep to 0.2.12 nREPL 0.2.11 added an extremely important source-tracking feature, which is leveraged by CIDER (and probably some other tools). 0.2.12 fixed a critical bug introduced in 0.2.11. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index e3476bef..a001d25d 100644 --- a/project.clj +++ b/project.clj @@ -19,7 +19,7 @@ jakarta-regexp]] [reply "0.3.7" :exclusions [ring/ring-core org.thnetos/cd-client]] - [org.clojure/tools.nrepl "0.2.10"] + [org.clojure/tools.nrepl "0.2.12"] [clojure-complete "0.2.3"] ;; bump versions of various common transitive deps [slingshot "0.10.3"]