diff --git a/.gitignore b/.gitignore index 6d90935..40769ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ .DS_Store -repl_history \ No newline at end of file +lein/repl-history \ No newline at end of file diff --git a/lein/profiles.clj b/lein/profiles.clj index 3462b35..45cfd33 100644 --- a/lein/profiles.clj +++ b/lein/profiles.clj @@ -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"]]}}