Fix CIDER dependencies in Leiningen profile.

Ignore lein repl history for realzies this time.
This commit is contained in:
2015-08-21 14:06:55 -07:00
parent bff431366a
commit a19aaaffc3
2 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,2 @@
.DS_Store
repl_history
lein/repl-history

View File

@@ -1,2 +1,2 @@
{:user {:plugins [[cider/cider-nrepl "0.9.1"]
[refactor-nrepl "1.1.0"]]}}
{:user {:plugins [[cider/cider-nrepl "0.10.0-SNAPSHOT"]
[refactor-nrepl "1.2.0-SNAPSHOT"]]}}