[clojure] Update cider nrepl versions

This commit is contained in:
Ivan Malison 2017-10-25 16:46:20 -07:00
parent 0d224a34ef
commit e1cee91d5e
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
(require 'boot.repl)
(swap! boot.repl/*default-dependencies*
concat '[[cider/cider-nrepl "0.12.0"]])
concat '[[cider/cider-nrepl "0.15.1"]])
(swap! boot.repl/*default-middleware*
conj 'cider.nrepl/cider-middleware)

View File

@ -1 +1 @@
{:repl {:plugins [[cider/cider-nrepl "0.12.0"]]}}
{:repl {:plugins [[cider/cider-nrepl "0.15.1"]]}}