From fb52064456e2702104637cae1e859c49a923a834 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 6 Jul 2016 11:39:56 -0700 Subject: [PATCH] Add lein/profile.clj --- dotfiles/lein/profile.clj | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 dotfiles/lein/profile.clj diff --git a/dotfiles/lein/profile.clj b/dotfiles/lein/profile.clj new file mode 100644 index 00000000..240ac8ef --- /dev/null +++ b/dotfiles/lein/profile.clj @@ -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"]]}}