Add boot/profile.boot

This commit is contained in:
Ivan Malison 2016-07-06 11:40:24 -07:00
parent fb52064456
commit e691d46709

View File

@ -0,0 +1,8 @@
(require 'boot.repl)
(swap! boot.repl/*default-dependencies* conj
'[refactor-nrepl "1.2.0-SNAPSHOT"]
'[cider/cider-nrepl "0.10.0-SNAPSHOT"])
(swap! boot.repl/*default-middleware* conj
'refactor-nrepl.middleware/wrap-refactor)