From f11366abb2544e4acabfb4f790c2dd905bda4c3f Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sat, 9 Dec 2017 12:33:54 +0200 Subject: [PATCH] Bump the nREPL dep to 0.2.13 I guess that's self-explanatory. 0.2.13 is the latest stable version. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 3bace64c..c054975f 100644 --- a/project.clj +++ b/project.clj @@ -17,7 +17,7 @@ ;; needed for uberjar [commons-lang "2.6"] ;; needed for repl - [org.clojure/tools.nrepl "0.2.12"] + [org.clojure/tools.nrepl "0.2.13"] ;; needed for change [net.cgrand/sjacket "0.1.1" :exclusions [org.clojure/clojure]] ;; bump versions of various common transitive deps