Add lein/profile.clj

This commit is contained in:
Ivan Malison 2016-07-06 11:39:56 -07:00
parent 5cc6192077
commit fb52064456

View File

@ -0,0 +1,4 @@
{:repl {:plugins [[cider/cider-nrepl "0.10.0-SNAPSHOT"]
[refactor-nrepl "2.0.0-SNAPSHOT"]]
:dependencies [[alembic "0.3.2"]
[org.clojure/tools.nrepl "0.2.12"]]}}