Skip to content

Commit

Permalink
Explicit dependency on clojure.repl
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcoventry committed Nov 19, 2013
1 parent 4e58439 commit 141f71d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/troncle/discover.clj
Expand Up @@ -7,7 +7,8 @@
Taken from technomancy's nrepl-discover"
(:require [clojure.tools.nrepl.transport :as t]
[clojure.tools.nrepl.misc :as m]
[clojure.tools.nrepl.middleware.session :as ses]))
[clojure.tools.nrepl.middleware.session :as ses]
[clojure.repl]))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; nrepl interface
Expand Down

0 comments on commit 141f71d

Please sign in to comment.