Skip to content

Commit

Permalink
lib: bump expected-nrepl-version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Feb 6, 2019
1 parent 216d4c5 commit c9e5df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/dirac/lib/nrepl_tunnel.clj
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"\n"
"Also double check Dirac installation instructions: " nrepl-setup-doc-url "."))

(def ^:dynamic expected-nrepl-version "0.5.3")
(def ^:dynamic expected-nrepl-version "0.6.0")
(def ^:dynamic expected-nrepl-middleware-ops
(list :clone :close :describe :dirac-devtools-request :eval :identify-dirac-nrepl-middleware :interrupt :load-file
:ls-sessions :stdin))
Expand Down

0 comments on commit c9e5df9

Please sign in to comment.