From ade76c7f5378486bc96567aced78122bacc10af1 Mon Sep 17 00:00:00 2001 From: Lee Hinman Date: Thu, 11 Oct 2012 10:29:58 -0600 Subject: [PATCH] bump cd-client to 0.3.6 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index f8d5de8..d0fd02f 100644 --- a/project.clj +++ b/project.clj @@ -4,7 +4,7 @@ :description "REPL-y: A fitter, happier, more productive REPL for Clojure." :dependencies [[org.clojure/clojure "1.4.0"] [jline/jline "2.8"] - [org.thnetos/cd-client "0.3.5"] + [org.thnetos/cd-client "0.3.6"] [clj-stacktrace "0.2.4"] [org.clojure/tools.nrepl "0.2.0-beta9"] [org.clojure/tools.cli "0.2.1"]